3 references to SqlSingle
System.Data.Common (3)
System\Data\SQLTypes\SQLSingle.cs (3)
199return x.IsNull ? Null : new SqlSingle(x.ToDouble()); 206return x.IsNull ? Null : new SqlSingle(x.ToDouble()); 216return x.IsNull ? Null : new SqlSingle(x.Value);