2 references to NText
System.Data (2)
fx\src\data\System\Data\Odbc\Odbc32.cs (2)
789
static internal readonly TypeMap _NText = new TypeMap(OdbcType.
NText
, DbType.String, typeof(String), ODBC32.SQL_TYPE.WLONGVARCHAR, ODBC32.SQL_C.WCHAR, ODBC32.SQL_C.WCHAR, -1, -1, false);
846
case OdbcType.
NText
: return _NText;