2 references to Int
System.Data (2)
fx\src\data\System\Data\Odbc\Odbc32.cs (2)
787static private readonly TypeMap _Int = new TypeMap(OdbcType.Int, DbType.Int32, typeof(Int32), ODBC32.SQL_TYPE.INTEGER, ODBC32.SQL_C.SLONG, ODBC32.SQL_C.SLONG, 4, 10, true); 844case OdbcType.Int: return _Int;