2 references to Int
System.Data.Odbc (2)
System\Data\Odbc\Odbc32.cs (2)
777private static readonly TypeMap s_int = new TypeMap(OdbcType.Int, DbType.Int32, typeof(int), ODBC32.SQL_TYPE.INTEGER, ODBC32.SQL_C.SLONG, ODBC32.SQL_C.SLONG, 4, 10, true); 836OdbcType.Int => s_int,