SQLStatement.NumSuccessfulRows 属性 | |
一个数字值,包含被插入、更新或删除语句影响的行数。返回值为-1表示错误。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOSQLClasses (在 XSharp.VOSQLClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL PROPERTY NumSuccessfulRows AS LONG GET
public virtual int NumSuccessfulRows { get; }
查看代码属性值
类型:
Int32一个数字值,包含被插入、更新或删除语句影响的行数。返回值为-1表示错误。
参见