Sets a column to a ul_binary value.
public virtual bool SetBinary(const ul_wchar * cname, p_ul_binary value)
cname The name of the column.
value The ul_binary value. Passing NULL is equivalent to calling SetNull.
True on success, otherwise false.