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