Share via


ReqADOMDClient.executeNonQuery Method [AX 2012]

Executes a query that returns no result.

Syntax

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.

See Also

Reference

ReqADOMDClient Class