SelectExpression.GroupBy Property
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.
The SQL GROUP BY clause for the SELECT.
public System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression> GroupBy { get; }
member this.GroupBy : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>
Public ReadOnly Property GroupBy As IReadOnlyList(Of SqlExpression)