Share via


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

  • _alias
    Type: str
    A field alias.
  • _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.

See Also

Reference

InventSiteActivateUpdRule Class