Implemented interface member:
method
GetDouble
System.Data.IDataRecord.GetDouble(System.Int32)
5 overrides of GetDouble
System.Data (1)
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
261public override double GetDouble(int i) {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
307public override double GetDouble(int ordinal)
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
244override public double GetDouble(int ordinal)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
182override public double GetDouble(int ordinal)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
553override public double GetDouble(int ordinal) {