Appends bytes to a column.
public virtual bool AppendByteChunk( const ul_wchar * cname, const ul_byte * value, size_t valueSize )
cname The name of the column.
value The byte chunk to append.
valueSize The size of the byte chunk in bytes.
True on success, otherwise false.
The given bytes are appended to the end of the column written so far by by AppendBinaryChunk calls.