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)
108public override long GetBytes(int i, long dataIndex, byte[] buffer, int bufferIndex, int length) {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
125public override long GetBytes(int ordinal, long fieldOffset, byte[] buffer, int bufferOffset, int length)
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
109override public long GetBytes(int ordinal, long dataIndex, byte[] buffer, int bufferIndex, int length)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
93override public long GetBytes(int ordinal, long dataIndex, byte[] buffer, int bufferIndex, int length)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
657override public long GetBytes(int ordinal, long dataOffset, byte[] buffer, int bufferOffset, int length) {