TextSearchOptions Class |
Namespace: MongoDB.Driver
The TextSearchOptions type exposes the following members.
Name | Description | |
---|---|---|
TextSearchOptions | Initializes a new instance of the TextSearchOptions class |
Name | Description | |
---|---|---|
CaseSensitive |
Gets or sets whether a text search should be case sensitive.
| |
DiacriticSensitive |
Gets or sets whether a text search should be diacritic sensitive.
| |
Language |
Gets or sets the language for a text search.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |