<< Click to Display Table of Contents >> Navigation: ADONetVCL > Symbol Reference > CNClrLib.ADONet.Client > Classes > TDbDataReader > Methods > TDbDataReader.GetBytes(Integer,Int64,_ByteArray,Integer,Integer) Method |
Reads a stream of bytes from the specified column, starting at location indicated by dataOffset, into the buffer, starting at the location indicated by bufferOffset.
Namespace: CNClrLib.ADONet.Client
Delphi |
public |
Parameters
ordinal
Type: Integer
dataOffset
Type: Int64
buffer
Type: _ByteArray
bufferOffset
Type: Integer
length
Type: Integer
Type: Int64
Reference |