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