CollationMode Enumeration | |
This enum specifies the collation mode used to create and update index strings.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax public enum CollationMode
Members
| Member name | Value | Description |
---|
| Windows | 0 | |
| Clipper | 1 | |
| Unicode | 2 | |
| Ordinal | 3 | |
| Xpp | 4 | |
See Also