Skip to content

SearchType enumeration

namespace: Serenity.Data.Mapping   assemblySerenity.Net.Services

Quick search type enumeration.

public enum SearchType

Values

name value description
Auto 0 Automatic mode. Equals for integer types, Contains for other.
Equals 1 Search with equality.
Contains 2 Search with contains.
StartsWith 3 Search with STARTS WITH.
FullTextContains 4 Use full text CONTAINS.

See Also