Share via


BudgetControlSQLObjects.existProcedure Method [AX 2012]

Indicates whether the SQL stored procedure that has the specified name exists.

Syntax

private boolean existProcedure(str _procedureName)

Run On

Called

Parameters

  • _procedureName
    Type: str
    The name of the stored procedure.

Return Value

Type: boolean
true if the SQL stored procedure exists; otherwise, false.

See Also

Reference

BudgetControlSQLObjects Class