4 references to D_BigInt
System.Data (4)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (4)
268
case OleDbType.BigInt: return
D_BigInt
; // 20
307
case TypeCode.Int64: return NativeDBType.
D_BigInt
;
347
case DbType.Int64: return
D_BigInt
;
385
case I8: return
D_BigInt
;