7 references to Int64
Microsoft.ML.Data (2)
DataLoadSave\Database\DbExtensions.cs (2)
46case DbType.Int64: 107return DbType.Int64;
System.Data.Odbc (3)
System\Data\Odbc\Odbc32.cs (3)
766private 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); 872case DbType.Int64: return s_bigInt; 986DbType.Int64 => s_decimal, // upgrade to decimal
System.Data.OleDb (2)
OleDb_Enum.cs (2)
146private static readonly NativeDBType D_BigInt = new NativeDBType(19, 8, true, false, OleDbType.BigInt, NativeDBType.I8, S_I8, typeof(long), NativeDBType.I8, DbType.Int64); // 16 - integer8 329DbType.Int64 => D_BigInt,