Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
向某一列附加字符串块。
public virtual bool AppendStringChunk( const char * cname, const char * value, size_t len )
cname 列的名称。
value 要附加的字符串块。
len 可选。字符串块的长度(以字节为单位)或 UL_NULL_TERMINATED_STRING 常量(如果字符串以空值终止)。
如果成功,则返回 true;否则返回 false。
迄今为止,此方法将给定的字符串通过 AppendStringChunk 方法调用附加到写入字符串的结尾。