5 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