4 references to NChar
System.Data (4)
fx\src\data\System\Data\Odbc\Odbc32.cs (2)
788static private readonly TypeMap _NChar = new TypeMap(OdbcType.NChar, DbType.StringFixedLength, typeof(String), ODBC32.SQL_TYPE.WCHAR, ODBC32.SQL_C.WCHAR, ODBC32.SQL_C.WCHAR, -1, -1, false); 845case OdbcType.NChar: return _NChar;
fx\src\data\System\Data\Odbc\OdbcParameter.cs (2)
175DefaultValue(OdbcType.NChar), 1023if (OdbcType.NChar != p.OdbcType) {