Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.