2 implementations of GetDouble
System.Data.Common (2)
System\Data\Common\DbDataReader.cs (1)
174
public abstract double
GetDouble
(int ordinal);
System\Data\Common\DbDataRecord.cs (1)
42
public abstract double
GetDouble
(int i);