Implemented interface member:
method
GetBytes
System.Data.IDataRecord.GetBytes(System.Int32, System.Int64, System.Byte[], System.Int32, System.Int32)
5 overrides of GetBytes
System.Data (1)
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
108
public override long
GetBytes
(int i, long dataIndex, byte[] buffer, int bufferIndex, int length) {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
125
public override long
GetBytes
(int ordinal, long fieldOffset, byte[] buffer, int bufferOffset, int length)
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
109
override public long
GetBytes
(int ordinal, long dataIndex, byte[] buffer, int bufferIndex, int length)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
93
override public long
GetBytes
(int ordinal, long dataIndex, byte[] buffer, int bufferIndex, int length)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
657
override public long
GetBytes
(int ordinal, long dataOffset, byte[] buffer, int bufferOffset, int length) {