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