SqliteDataReader.GetBytes(Int32, Int64, Byte[], Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从指定的列读取字节流。 不支持。
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
参数
- ordinal
- Int32
从零开始的列序号。
- dataOffset
- Int64
从中开始读取操作的索引。
- buffer
- Byte[]
将数据复制到其中的缓冲区。
- bufferOffset
- Int32
数据将复制到的索引。
- length
- Int32
最多读取的字节数。
返回
读取的实际字节数。