Implemented interface member:
method
GetChars
System.Data.IDataRecord.GetChars(System.Int32, System.Int64, System.Char[], System.Int32, System.Int32)
5 overrides of GetChars
System.Data (1)
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
176
public override long
GetChars
(int i, long dataIndex, char[] buffer, int bufferIndex, int length) {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
201
public override long
GetChars
(int ordinal, long fieldOffset, char[] buffer, int bufferOffset, int length)
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
163
override public long
GetChars
(int ordinal, long dataIndex, char[] buffer, int bufferIndex, int length)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
131
override public long
GetChars
(int ordinal, long dataIndex, char[] buffer, int bufferIndex, int length)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
678
override public long
GetChars
(int ordinal, long dataOffset, char[] buffer, int bufferOffset, int length) {