Prioritizes the comparison properties.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntaxpublic enum CollationStrength
Public Enumeration CollationStrength
Members
| Member name | Value | Description |
---|
| Primary | 1 |
Primary.
|
| Secondary | 2 |
Secondary.
|
| Tertiary | 3 |
Tertiary (the default).
|
| Quaternary | 4 |
Quaternary.
|
| Identical | 5 |
Identical.
|
See Also