Share via


BudgetControlSQLObjects.executeSqlStatement Method [AX 2012]

Executes the specified SQL statement text.

Syntax

private boolean executeSqlStatement(str _sqlStatementText)

Run On

Called

Parameters

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

Return Value

Type: boolean
true if the execution was successful; otherwise, false.

See Also

Reference

BudgetControlSQLObjects Class