3 references to NChar
System.Data.Odbc (3)
System\Data\Odbc\Odbc32.cs (2)
778
private static readonly TypeMap s_NChar = new TypeMap(OdbcType.
NChar
, DbType.StringFixedLength, typeof(string), ODBC32.SQL_TYPE.WCHAR, ODBC32.SQL_C.WCHAR, ODBC32.SQL_C.WCHAR, -1, -1, false);
837
OdbcType.
NChar
=> s_NChar,
System\Data\Odbc\OdbcParameter.cs (1)
176
DefaultValue(OdbcType.
NChar
),