Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将列设置为宽字符串值。
public virtual bool SetString( ul_column_num cid, const ul_wchar * value, size_t len )
cid 从 1 开始的列序号。
value 宽字符串值。传递 NULL 等同于调用 SetNull。
len 字符串的长度(以 ul_wchar 为单位)或 UL_NULL_TERMINATED_STRING(如果字符串以空值终止)。如果 len > 32K,则设置 SQLE_INVALID_PARAMETER。对于更大的字符串,请改为调用 AppendStringChunk。
如果成功,则返回 true,否则返回 false。