Table of Contents

Enum SearchMode

Namespace
eQuantic.Core.Data.Modeling
Assembly
eQuantic.Core.Data.dll

What a search index can match — and therefore which LIKE shapes push down.

public enum SearchMode

Fields

Contains = 0

Substring matching (StartsWith, EndsWith, Contains and any pattern).

Prefix = 1

Prefix matching only (StartsWith).