6 references to _BigInt
System.Data (6)
fx\src\data\System\Data\Odbc\Odbc32.cs (6)
834case OdbcType.BigInt: return _BigInt; 879case DbType.Int64: return _BigInt; 921case TypeCode.UInt32: return _BigInt; 922case TypeCode.Int64: return _BigInt; 953case ODBC32.SQL_TYPE.BIGINT: return _BigInt; 985return _BigInt; // upgrade to 64 bit