InventSiteActivateUpdRule.dbWherePredicate Method [AX 2012]
Creates a SQL string that contains the equality predicate of the where clause.
Syntax
protected str dbWherePredicate(
TableId _tableId,
FieldId _fieldId,
str _alias,
anytype _anytype,
[boolean _equal])
Run On
Server
Parameters
- _tableId
Type: TableId Extended Data Type
A table number.
- _fieldId
Type: FieldId Extended Data Type
A field number.
- _alias
Type: str
A field alias.
- _anytype
Type: anytype
A value.
- _equal
Type: boolean
A Boolean parameter that specifies if euqality or non-equality operator should be used.
Return Value
Type: str
A SQL string that contains the equality predicate of the where clause.