Implemented interface member:
method
GetName
System.Data.IDataRecord.GetName(System.Int32)
5 overrides of GetName
System.Data (1)
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
67public override string GetName(int i) {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
364public override string GetName(int ordinal)
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
308override public string GetName(int ordinal)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
210override public string GetName(int ordinal)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
367override public string GetName(int ordinal) {