Implemented interface member:
method
GetInt64
System.Data.IDataRecord.GetInt64(System.Int32)
5 overrides of GetInt64
System.Data (1)
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
253
public override Int64
GetInt64
(int i) {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
356
public override Int64
GetInt64
(int ordinal)
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
299
override public Int64
GetInt64
(int ordinal)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
206
override public Int64
GetInt64
(int ordinal)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
598
override public Int64
GetInt64
(int ordinal) {