Click or drag to resize
GenericSqlCommandExecuteNonQuery Method
Overload List
  NameDescription
Public methodExecuteNonQuery(String)
执行命令,并返回受影响的行数。
Public methodExecuteNonQuery(CommandType, String)
执行命令,并返回受影响的行数。
Public methodExecuteNonQuery(Boolean, CommandType, String)
执行命令,并返回受影响的行数。
Public methodExecuteNonQuery(CommandType, String, Object)
执行命令,并返回受影响的行数。
Public methodExecuteNonQuery(CommandType, String, GenericSqlCommandParameter)
执行命令,并返回受影响的行数。
Public methodExecuteNonQuery(Boolean, CommandType, String, Object)
执行命令,并返回受影响的行数。
Public methodExecuteNonQuery(Boolean, CommandType, String, GenericSqlCommandParameter)
执行命令,并返回受影响的行数。
Public methodExecuteNonQuery(CommandType, String, Object, Boolean)
执行命令,并返回受影响的行数。
Public methodExecuteNonQuery(CommandType, String, GenericSqlCommandParameter, Boolean)
执行命令,并返回受影响的行数。
Public methodExecuteNonQuery(Boolean, CommandType, String, Object, Boolean)
执行命令,并返回受影响的行数。
Public methodExecuteNonQuery(Boolean, CommandType, String, GenericSqlCommandParameter, Boolean)
执行命令,并返回受影响的行数。
Top
See Also