Implemented interface member:
method
GetChar
System.Data.IDataRecord.GetChar(System.Int32)
5 overrides of GetChar
System.Data (1)
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
168public override char GetChar(int i) {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
193public override char GetChar(int ordinal)
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
149override public char GetChar(int ordinal)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
127override public char GetChar(int ordinal)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
526override public char GetChar(int ordinal) {