8 references to UI2
System.Data (8)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (5)
296
case NativeDBType.
UI2
:
463
case NativeDBType.
UI2
:
1017
Debug.Assert(NativeDBType.
UI2
== DbType, "Value_UI2");
1022
Debug.Assert(NativeDBType.
UI2
== DbType, "Value_UI2");
1314
case NativeDBType.
UI2
:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
185
static private readonly NativeDBType D_UnsignedSmallInt = new NativeDBType( 5, 2, true, false, OleDbType.UnsignedSmallInt, NativeDBType.
UI2
, S_UI2, typeof(System.Int32), NativeDBType.
UI2
, DbType.UInt16 ); // 26 - unsigned integer2
383
case
UI2
: return D_UnsignedSmallInt;