Share via


BudgetControlSQLObjects.executeSqlStatementQuery Method [AX 2012]

Executes the specified SQL statement text.

Syntax

private ResultSet executeSqlStatementQuery(str _sqlStatementText)

Run On

Called

Parameters

  • _sqlStatementText
    Type: str
    The SQL statement text to execute.

Return Value

Type: ResultSet Class
The ResultSet object of the executed SQL statement.

See Also

Reference

BudgetControlSQLObjects Class