Implemented interface member:
method
GetBytes
System.Data.IDataRecord.GetBytes(System.Int32, System.Int64, System.Byte[], System.Int32, System.Int32)
2 references to GetBytes
System.Data (2)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (2)
2499
long bufferLength = record.
GetBytes
(ordinal, 0, null, 0, 0);
2520
0 != ( bytesRead = record.
GetBytes
( ordinal, currentOffset, buffer, 0, chunkSize ) ) &&