GroupByWithoutAggregateValidationException Constructors
An exception thrown when a query has a grouping criteria and some of the selected columns have not been assigned an aggregate expression.Name | Description |
---|---|
GroupByWithoutAggregateValidationException() | Initializes a new instance of the GroupByWithoutAggregateValidationException class with the default settings. |
See Also