Table of Contents

Enum Aggregated

Namespace
The.SQL.QIR
Assembly
Instagile.dll

Specifies how aggregation is applied in a query (always, never, or sometimes).

public enum Aggregated

Fields

Always = 0
Never = 1
Sometimes = 2