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
- _tableId
Type: TableId Extended Data Type
A table number.
- _fieldId
Type: FieldId Extended Data Type
A field number.
- _anytype
Type: anytype
A value.
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.