8 references to UI2
System.Data (8)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (5)
296case NativeDBType.UI2: 463case NativeDBType.UI2: 1017Debug.Assert(NativeDBType.UI2 == DbType, "Value_UI2"); 1022Debug.Assert(NativeDBType.UI2 == DbType, "Value_UI2"); 1314case NativeDBType.UI2:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
185static 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 383case UI2: return D_UnsignedSmallInt;