CollationAlternate Property |
Gets whether spaces and punctuation are considered base characters.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax public Nullable<CollationAlternate> Alternate { get; }
Public ReadOnly Property Alternate As Nullable(Of CollationAlternate)
Get
member Alternate : Nullable<CollationAlternate> with get
Property Value
Type:
NullableCollationAlternateSee Also