2 references to BigInt
System.Data (2)
fx\src\data\System\Data\Odbc\Odbc32.cs (2)
776
static private readonly TypeMap _BigInt = new TypeMap(OdbcType.
BigInt
, DbType.Int64, typeof(Int64), ODBC32.SQL_TYPE.BIGINT, ODBC32.SQL_C.SBIGINT, ODBC32.SQL_C.SBIGINT, 8, 20, true);
834
case OdbcType.
BigInt
: return _BigInt;