| Required. A Variant value. A specification for the child of nodes queried in this query specification. This parameter is specified in one of the following manners:
A McDBNode for the child node, itself.
A McDBQuery specifying a query condition that will yield the child(ren).
A string identifier that will yield a node when passed to McDBNodes.Item. This parameter allows the child to be specified by Id. However, as there is no context for string identifiers, these values MUST specify absolute paths (i.e. from the root) or global ids (i.e. \\<id>).
Nothing, indicating the query is based on the counting condition (CompCount) only (i.e. the number of Child McDBNodes).
|