10 implementations of GetBytes
System.Data (4)
fx\src\data\Microsoft\SqlServer\Server\SqlDataRecord.cs (1)
148public virtual long GetBytes(int ordinal, long fieldOffset, byte[] buffer, int bufferOffset, int length) {
fx\src\data\System\Data\Common\DbDataReader.cs (1)
98abstract public long GetBytes(int ordinal, long dataOffset, byte[] buffer, int bufferOffset, int length);
fx\src\data\System\Data\Common\dbdatarecord.cs (1)
34public abstract long GetBytes(int i, long dataIndex, byte[] buffer, int bufferIndex, int length);
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
1504override public long GetBytes(int i, long dataIndex, byte[] buffer, int bufferIndex, int length) {
System.Data.Entity (6)
System\Data\Common\DataRecord.cs (1)
125public override long GetBytes(int ordinal, long fieldOffset, byte[] buffer, int bufferOffset, int length)
System\Data\EntityClient\EntityDataReader.cs (1)
221public override long GetBytes(int ordinal, long dataOffset, 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\BridgeDataReader.cs (1)
771override public long GetBytes(int ordinal, long dataOffset, byte[] buffer, int bufferOffset, int length) {
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
657override public long GetBytes(int ordinal, long dataOffset, byte[] buffer, int bufferOffset, int length) {