Table of Contents

Interface IGroupItem

Namespace
YndigoBlue.Velocity.Interfaces
Assembly
YndigoBlue.Velocity.dll

Marker interface for items that can appear in GROUP BY clauses.

public interface IGroupItem

Remarks

Group items represent columns or expressions used to partition result sets for aggregation. Implementing types include columns and expressions. All non-aggregated select items in a query with aggregate functions must appear in the GROUP BY clause.