InventSiteActivateUpdRule.dbUpdateSetConstant Method [AX 2012]

Creates a SQL string that contains the set statement of the update operation.

Syntax

protected str dbUpdateSetConstant(
    TableId _tableId, 
    FieldId _fieldId, 
    anytype _anytype)

Run On

Server

Parameters

Return Value

Type: str
a SQL string that contains the set statement of the update operation.

Remarks

A SQL string that contains the set statement of the update operation.

See Also

Reference

InventSiteActivateUpdRule Class