InventSiteActivateUpdRule.dbWherePredicateNotEqual Method [AX 2012]

Creates a SQL string that contains the non-equality predicate of the where clause.

Syntax

protected str dbWherePredicateNotEqual(
    TableId _tableId, 
    FieldId _fieldId, 
    str _alias, 
    anytype _anytype)

Run On

Server

Parameters

  • _alias
    Type: str
    A field alias.

Return Value

Type: str
A SQL string that contains the non-equality predicate of the where clause.

See Also

Reference

InventSiteActivateUpdRule Class