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