Sets a column to a ul_binary value.
public virtual bool SetBinary(ul_column_num cid, p_ul_binary value)
cid The 1-based ordinal column number.
value The ul_binary value. Passing NULL is equivalent to calling the SetNull method.
True on success; otherwise, returns false.