Skip to main content

Enum OdbcCharColumnMapping

Namespace: Varigence.Languages.Biml.Transformation

Assembly: Biml.dll

C#


public enum OdbcCharColumnMapping

Fields

FieldsDescription
AnsiSpecifies that multibyte character types should be mapped as ANSI (SQL_C_CHAR).
UnicodeSpecifies that multibyte character types should be mapped as Unicode (SQL_C_WCHAR).