Enum EncodingHintType
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Encoding hint to suggest whether a column should use hash encoding.
C#public enum EncodingHintType
Fields
Name | Description |
---|---|
Default | Default behavior - the server will automatically decide which encoding to use |
Hash | Hash encoding |
Value | Value encoding |
Remarks
This enum is only supported when the compatibility level of the database is at 1400 or above.