Appends bytes to a column.
public virtual bool AppendByteChunk( ul_column_num cid, const ul_byte * value, size_t valueSize )
cid The 1-based ordinal column number.
value The byte chunk to append.
valueSize The size of the byte chunk in bytes.
True on success; otherwise, returns false.
The given bytes are appended to the end of the column written so far by AppendBinaryChunk method calls.