2 references to BigInt
System.Data.Odbc (2)
System\Data\Odbc\Odbc32.cs (2)
766
private static readonly TypeMap s_bigInt = new TypeMap(OdbcType.
BigInt
, DbType.Int64, typeof(long), ODBC32.SQL_TYPE.BIGINT, ODBC32.SQL_C.SBIGINT, ODBC32.SQL_C.SBIGINT, 8, 20, true);
826
OdbcType.
BigInt
=> s_bigInt,