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