Share via


SysQuery::addFilterFromKeyData Method [AX 2012]

Adds key data as filters to the query

Syntax

client server public static void addFilterFromKeyData(
    Query query, 
    QueryBuildDataSource qbds, 
    KeyData keyData)

Run On

Called

Parameters

  • query
    Type: Query Class
    The query over which the filters need to be added
  • keyData
    Type: KeyData Extended Data Type
    A container that typically has information that includes version, data type, range type and size

Remarks

Filters will be added only if the container size is at least 4 Can't be an instance method because new queryRun() until takes a query!

See Also

Reference

SysQuery Class