2 references to Real
System.Data.Odbc (2)
System\Data\Odbc\Odbc32.cs (2)
782
private static readonly TypeMap s_real = new TypeMap(OdbcType.
Real
, DbType.Single, typeof(float), ODBC32.SQL_TYPE.REAL, ODBC32.SQL_C.REAL, ODBC32.SQL_C.REAL, 4, 7, false);
841
OdbcType.
Real
=> s_real,