In This Article

AggregateQueryOperator Class

Represents an aggregate query operator (VB only).

public class AggregateQueryOperator : QueryOperator, IAstNode
Inheritance:
Object AstNodeBase QueryOperator Object
Implements:
IAstNode

Remarks

This type was generated by the Actipro Language Designer tool v12.2.572.0 (http://www.actiprosoftware.com).

Constructors

AggregateQueryOperator()

public AggregateQueryOperator()

Properties

ChildQueryOperators

Gets the child query operators.

public IList<QueryOperator> ChildQueryOperators { get; }

Property Value

IList<QueryOperator>:

The child query operators.

Declarator

Gets or sets the declarator.

public RangeVariableDeclarator Declarator { get; set; }

Property Value

RangeVariableDeclarator:

The declarator.

HasChildQueryOperators

Returns whether the ChildQueryOperators collection property contains at least one item.

public bool HasChildQueryOperators { get; }

Property Value

Boolean:

true if there is at least one item in the collection; otherwise, false.

Id

Gets the An integer value that identifies the type of AST node.

public override int Id { get; }

Property Value

Int32:

The An integer value that identifies the type of AST node.

Projection

Gets or sets the projection.

public RangeVariableDeclaration Projection { get; set; }

Property Value

RangeVariableDeclaration:

The projection.

Methods

GetChildrenEnumerator()

Retrieves an IEnumerator object that can iterate the child IAstNode objects in this node.

protected override IEnumerator<IAstNode> GetChildrenEnumerator()

Returns

IEnumerator<IAstNode>:

An IEnumerator object that can iterate the child IAstNode objects in this node.

Inherited Members