Click or drag to resize

DataReaderExtensionsReadBytes Method

Overload List
 NameDescription
Public Extension MethodReadBytes(IDataReader, ArraySegmentByte) Reads a number of bytes from the current position in the buffer. The current position is advanced by the number of bytes read.
Public Extension MethodReadBytes(IDataReader, Int32) Reads a number of bytes from the current position in the buffer. The current position is advanced by the number of bytes read.
Public Extension MethodReadBytes(IDataReader, IDataWriter, Int32) Reads a number of bytes from the current position in the buffer. The current position is advanced by the number of bytes read.
Public Extension MethodReadBytes(IDataReader, ArraySegmentByte, Int32, Int32) Reads a number of bytes from the current position in the buffer. The current position is advanced by the number of bytes read.
Public Extension MethodReadBytes(IDataReader, Byte, Int32, Int32) Reads a number of bytes from the current position in the buffer. The current position is advanced by the number of bytes read.
Top
See Also