2 references to UnsignedBigInt
System.Data.OleDb (2)
OleDb_Enum.cs (2)
158private static readonly NativeDBType D_UnsignedBigInt = new NativeDBType(20, 8, true, false, OleDbType.UnsignedBigInt, NativeDBType.UI8, S_UI8, typeof(decimal), NativeDBType.UI8, DbType.UInt64); // 28 - unsigned integer8
245OleDbType.UnsignedBigInt => D_UnsignedBigInt, // 21