2 references to ToDouble
System.Data.Common (2)
System\Data\SQLTypes\SQLDouble.cs (1)
198return x.IsNull ? Null : new SqlDouble(x.ToDouble());
System\Data\SQLTypes\SQLSingle.cs (1)
199return x.IsNull ? Null : new SqlSingle(x.ToDouble());