Class TextSearchOptions
Represents text search options.
public class TextSearchOptions
- Inheritance
-
TextSearchOptions
- Inherited Members
Properties
CaseSensitive
Gets or sets whether a text search should be case sensitive.
public bool? CaseSensitive { get; set; }
Property Value
- bool?
DiacriticSensitive
Gets or sets whether a text search should be diacritic sensitive.
public bool? DiacriticSensitive { get; set; }
Property Value
- bool?
Language
Gets or sets the language for a text search.
public string Language { get; set; }