4 references to NChar
System.Data (4)
fx\src\data\System\Data\Odbc\Odbc32.cs (2)
788
static 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);
845
case OdbcType.
NChar
: return _NChar;
fx\src\data\System\Data\Odbc\OdbcParameter.cs (2)
175
DefaultValue(OdbcType.
NChar
),
1023
if (OdbcType.
NChar
!= p.OdbcType) {