AggregateExpressionBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A aggregate expression representing a aggregation transformation.
public abstract class AggregateExpressionBase
type AggregateExpressionBase = class
Public MustInherit Class AggregateExpressionBase
- Inheritance
-
AggregateExpressionBase
- Derived
Constructors
AggregateExpressionBase(AggregateExpressionKind, String) |
Base constructor for concrete subclasses use for convenience. |
Properties
AggregateKind |
Returns the AggregateExpressionKind of the expression. |
Alias |
Returns the alias of the expression. |