4 references to D_UnsignedBigInt
System.Data (4)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (4)
269
case OleDbType.UnsignedBigInt: return
D_UnsignedBigInt
; // 21
308
case TypeCode.UInt64: return NativeDBType.
D_UnsignedBigInt
;
356
case DbType.UInt64: return
D_UnsignedBigInt
;
386
case UI8: return
D_UnsignedBigInt
;