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)
253public override Int64 GetInt64(int i) {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
356public override Int64 GetInt64(int ordinal)
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
299override public Int64 GetInt64(int ordinal)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
206override public Int64 GetInt64(int ordinal)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
598override public Int64 GetInt64(int ordinal) {