8 references to UI4
System.Data (8)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (5)
299case NativeDBType.UI4: 471case NativeDBType.UI4: 1029Debug.Assert(NativeDBType.UI4 == DbType, "Value_UI4"); 1034Debug.Assert(NativeDBType.UI4 == DbType, "Value_UI4"); 1344case NativeDBType.UI4:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
186static private readonly NativeDBType D_UnsignedInt = new NativeDBType( 10, 4, true, false, OleDbType.UnsignedInt, NativeDBType.UI4, S_UI4, typeof(System.Int64), NativeDBType.UI4, DbType.UInt32 ); // 27 - unsigned integer4 384case UI4: return D_UnsignedInt;