3 references to SqlSingle
System.Data (3)
fx\src\data\System\Data\SQLTypes\SQLSingle.cs (3)
257return x.IsNull ? Null : new SqlSingle(x.ToDouble()); 266return x.IsNull ? Null : new SqlSingle(x.ToDouble()); 278return x.IsNull ? Null : new SqlSingle(x.Value);