Share via


BudgetControlSQLObjects.dropView Method [AX 2012]

Drops the SQL view that has the specified name.

Syntax

private boolean dropView(str _viewName)

Run On

Called

Parameters

  • _viewName
    Type: str
    The name of the view to drop.

Return Value

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

See Also

Reference

BudgetControlSQLObjects Class