SqliteDataReader.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. Not supported.
public override long GetBytes (int ordinal, long dataOffset, byte[] buffer, int bufferOffset, int length);
public override long GetBytes (int ordinal, long dataOffset, byte[]? buffer, int bufferOffset, int length);
override this.GetBytes : int * int64 * byte[] * int * int -> int64
Public Overrides Function GetBytes (ordinal As Integer, dataOffset As Long, buffer As Byte(), bufferOffset As Integer, length As Integer) As Long
Parameters
- ordinal
- Int32
The zero-based column ordinal.
- dataOffset
- Int64
The index from which to begin the read operation.
- buffer
- Byte[]
The buffer into which the data is copied.
- bufferOffset
- Int32
The index to which the data will be copied.
- length
- Int32
The maximum number of bytes to read.
Returns
The actual number of bytes read.