6 references to MetaReal
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlEnums.cs (6)
188case SqlDbType.Real: return MetaReal; 238case DbType.Single: return MetaReal; 331return MetaReal; 379case TypeCode.Single: return MetaReal; 642case TdsEnums.SQLFLTN: return ((4 == length) ? MetaReal : MetaFloat); 669case TdsEnums.SQLFLT4: return MetaReal;