Enum CollationAlternate

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Controls whether spaces and punctuation are considered base characters.

public enum CollationAlternate

Fields

NonIgnorable = 0

Spaces and punctuation are considered base characters (the default).

Shifted = 1

Spaces and characters are not considered base characters, and are only distinguised at strength > 3.