Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将列设置为指定整数类型的整数值。
public virtual bool SetIntWithType( ul_column_num cid, ul_s_big value, ul_column_storage_type type )
cid 从 1 开始的列序号。
value 整数值。
type 值对应的整数类型。
如果成功,则返回 true;否则返回 false。
以下是可用于值参数的整数值列表:
UL_TYPE_BIT
UL_TYPE_TINY
UL_TYPE_S_SHORT
UL_TYPE_U_SHORT
UL_TYPE_S_LONG
UL_TYPE_U_LONG
UL_TYPE_S_BIG
UL_TYPE_U_BIG