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