8 references to UI8
System.Data (8)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (5)
305case NativeDBType.UI8: 482case NativeDBType.UI8: 1041Debug.Assert(NativeDBType.UI8 == DbType, "Value_UI8"); 1046Debug.Assert(NativeDBType.UI8 == DbType, "Value_UI8"); 1242case NativeDBType.UI8:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
187static private readonly NativeDBType D_UnsignedBigInt = new NativeDBType( 20, 8, true, false, OleDbType.UnsignedBigInt, NativeDBType.UI8, S_UI8, typeof(System.Decimal), NativeDBType.UI8, DbType.UInt64 ); // 28 - unsigned integer8 386case UI8: return D_UnsignedBigInt;