Enum OdbcCharColumnMapping
C#
public enum OdbcCharColumnMapping
Fields
| 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). |