IDataConnection.ExecuteNonQuery Method |
Executes the query and returns the number of rows affected.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxint ExecuteNonQuery(
string queryText,
QueryDataParameters queryParams,
QueryTypeEnum queryType,
bool requiresTransaction
)
Parameters
- queryText
- Type: System.String
Query or stored procedure to be run. - queryParams
- Type: CMS.DataEngine.QueryDataParameters
Query parameters. - queryType
- Type: CMS.DataEngine.QueryTypeEnum
Indicates if query is a SQL query or stored procedure. - requiresTransaction
- Type: System.Boolean
If true, the query should run within transaction.
Return Value
Type:
Int32
See Also