'Declaration
Public Overrides NotOverridable Function GetBytes( _ ByVal i As Integer, _ ByVal fieldOffset As Long, _ ByVal buffer() As Byte, _ ByVal bufferOffset As Integer, _ ByVal length As Integer _ ) As Long
public override long GetBytes( int i, long fieldOffset, byte[] buffer, int bufferOffset, int length )
public function GetBytes( i: Integer; fieldOffset: Int64; buffer: Bytearray of; bufferOffset: Integer; length: Integer ): Int64; override;
Parameters
- i
- The zero-based column ordinal position.
- fieldOffset
- The offset within the field from which to begin the read operation.
- buffer
- The buffer into which to read the stream of bytes.
- bufferOffset
- The offset for buffer to begin the read operation.
- length
- The maximum length to copy into the buffer.
Return Value
The actual number of bytes read.