GenericSqlCommandExecuteNonQuery Method |
Name | Description | |
---|---|---|
![]() | ExecuteNonQuery(String) | 执行命令,并返回受影响的行数。 |
![]() | ExecuteNonQuery(CommandType, String) | 执行命令,并返回受影响的行数。 |
![]() | ExecuteNonQuery(Boolean, CommandType, String) | 执行命令,并返回受影响的行数。 |
![]() | ExecuteNonQuery(CommandType, String, Object) | 执行命令,并返回受影响的行数。 |
![]() | ExecuteNonQuery(CommandType, String, GenericSqlCommandParameter) | 执行命令,并返回受影响的行数。 |
![]() | ExecuteNonQuery(Boolean, CommandType, String, Object) | 执行命令,并返回受影响的行数。 |
![]() | ExecuteNonQuery(Boolean, CommandType, String, GenericSqlCommandParameter) | 执行命令,并返回受影响的行数。 |
![]() | ExecuteNonQuery(CommandType, String, Object, Boolean) | 执行命令,并返回受影响的行数。 |
![]() | ExecuteNonQuery(CommandType, String, GenericSqlCommandParameter, Boolean) | 执行命令,并返回受影响的行数。 |
![]() | ExecuteNonQuery(Boolean, CommandType, String, Object, Boolean) | 执行命令,并返回受影响的行数。 |
![]() | ExecuteNonQuery(Boolean, CommandType, String, GenericSqlCommandParameter, Boolean) | 执行命令,并返回受影响的行数。 |