AmoDataReader.GetBytes(Int32, Int64, Byte[], Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads a stream of bytes from the specified column offset into the buffer an array starting at the given buffer offset.
public long GetBytes (int ordinal, long dataIndex, byte[] buffer, int bufferIndex, int length);
abstract member GetBytes : int * int64 * byte[] * int * int -> int64
override this.GetBytes : int * int64 * byte[] * int * int -> int64
Public Function GetBytes (ordinal As Integer, dataIndex As Long, buffer As Byte(), bufferIndex As Integer, length As Integer) As Long
Parameters
- ordinal
- Int32
The zero-based column ordinal.
- dataIndex
- Int64
The index within the field from which to begin the read operation.
- buffer
- Byte[]
The buffer into which to read the stream of bytes.
- bufferIndex
- Int32
The index within the buffer where the write operation is to start.
- length
- Int32
The maximum length to copy into the buffer.
Returns
The actual number of bytes read.