2 references to UnsignedBigInt
System.Data (2)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
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 269case OleDbType.UnsignedBigInt: return D_UnsignedBigInt; // 21