Enum OdbcCharColumnMapping
Namespace: Varigence.Languages.Biml.Transformation
Assembly: Biml.dll
C#
public enum OdbcCharColumnMapping
Fields
| Fields | Description |
|---|---|
| Ansi | Specifies that multibyte character types should be mapped as ANSI (SQL_C_CHAR). |
| Unicode | Specifies that multibyte character types should be mapped as Unicode (SQL_C_WCHAR). |