2 references to Real
System.Data (2)
fx\src\data\System\Data\Odbc\Odbc32.cs (2)
792
static private readonly TypeMap _Real = new TypeMap(OdbcType.
Real
, DbType.Single, typeof(Single), ODBC32.SQL_TYPE.REAL, ODBC32.SQL_C.REAL, ODBC32.SQL_C.REAL, 4, 7, false);
849
case OdbcType.
Real
: return _Real;