where

where: string | undefined

filter for query. If present, only instances of from that satisfy the filter will be returned. If not supplied, all instances of from are returned.

@note This value is used into the ECQuery:SELECT ECInstanceId FROM ${query.from} WHERE ${query.where}.

Defined in

Last Updated: 14 November, 2024