Appends a wide string chunk to a column.
public virtual bool AppendStringChunk( const ul_wchar * cname, const ul_wchar * value, size_t len )
cname The name of the column.
value The wide string chunk to append.
len The length of the string chunk in ul_wchars or UL_NULL_TERMINATED_STRING if the string is null-terminated.
True on success, otherwise false.
The given string are appended to the end of the string written so far by AppendStringChunk calls.