Skip to main content

%SQL.Engine.Objects.MtProperties

References the mt("p") "properties" node

Property Inventory

Method Inventory

Parameters

parameter NodeRef = mt("p",..MtQuery.Index);
Inherited description: A string which, when evaluated, returns the reference for this node. e.g. "asl(1,..MyType, ..MyIndex, 4)"

Properties

property MtQuery as MtQuery;
The query to which these properties apply
Property methods: MtQueryGet(), MtQueryGetSwizzled(), MtQueryIsValid(), MtQueryNewObject(), MtQuerySet()

Methods

method Aggregate(n As %Integer) as MtVal
Returns aggregate value n in this query
method AggregateCount() as %Integer
Returns the count of aggregate values in this query
method Parent() as MtQuery
Returns the parent query of this subquery, or none if this query is the main query.
method SetParent(parent As MtQuery)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab