SelectExpression.AddToGroupBy(Expression[]) Method
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.
Adds list of expressions to the GROUP BY clause of this SelectExpression
public virtual void AddToGroupBy (System.Linq.Expressions.Expression[] groupingExpressions);
abstract member AddToGroupBy : System.Linq.Expressions.Expression[] -> unit
override this.AddToGroupBy : System.Linq.Expressions.Expression[] -> unit
Public Overridable Sub AddToGroupBy (groupingExpressions As Expression())
Parameters
- groupingExpressions
- Expression[]
The grouping expressions
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework