This documentation is archived and is not being maintained.
ReqADOMDClient.executeNonQuery Method [AX 2012]
Executes a query that returns no result.
public void executeNonQuery(
str _queryText,
[boolean _ignoreErrors,
boolean _inTransaction])
Run On
Server
Parameters
-
_queryText
- Type: str
The query text.
-
_ignoreErrors
- Type: boolean
A Boolean value that specifies whether to ignore the errors; optional.
-
_inTransaction
- Type: boolean
A Boolean value that specifies whether to run the query in a transaction scope; optional.