InventSiteActivateUpdRule.dbLiteral Method [AX 2012]

Converts a value into a SQL literal.

Syntax

protected str dbLiteral(
    anytype _anytype, 
    TableId _tableId, 
    FieldId _fieldId, 
   [boolean _forWhereClause])

Run On

Server

Parameters

  • _forWhereClause
    Type: boolean
    A Boolean parameter that specifies if a value is to be used in where clause.

Return Value

Type: str
A SQL literal that corresponds to the input value.

See Also

Reference

InventSiteActivateUpdRule Class