Table of Contents

Enum CollationAlternate

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Core.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.