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