SelectExpression.Having 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 HAVING predicate for the SELECT when GroupBy clause exists.
public Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression Having { get; }
public Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression? Having { get; }
member this.Having : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression
Public ReadOnly Property Having As SqlExpression