Base:
method
GetBytes
System.Data.Common.DbDataRecord.GetBytes(System.Int32, System.Int64, System.Byte[], System.Int32, System.Int32)
Implemented interface member:
method
GetBytes
System.Data.IDataRecord.GetBytes(System.Int32, System.Int64, System.Byte[], System.Int32, System.Int32)
1 reference to GetBytes
System.Data.Entity (1)
System\Data\Query\ResultAssembly\BridgeDataReader.cs (1)
772return DataRecord.GetBytes(ordinal, dataOffset, buffer, bufferOffset, length);