InventSiteActivateUpdRule.executeStatement Method [AX 2012]

Executes a SQL string by executing through the database connection, depending on the InventSiteActivationMode.

Syntax

protected void executeStatement(boolean isBeginInSqlStr)

Run On

Server

Parameters

  • isBeginInSqlStr
    Type: boolean
    A boolean specifying whether the BEGIN statement has already been specified in sqlStr.

See Also

Reference

InventSiteActivateUpdRule Class