6 references to HavingClause
System.Data.Entity (6)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (6)
2723
if (null != queryExpr.
HavingClause
&& null == queryExpr.GroupByClause)
2756
Debug.Assert(isRestrictedViewGenerationMode ? null == queryExpr.
HavingClause
: true, "HAVING clause must be null in RestrictedViewGenerationMode");
2770
sourceExpr = ProcessHavingClause(sourceExpr, queryExpr.
HavingClause
, sr);
3591
if (null != queryExpr.
HavingClause
&& queryExpr.
HavingClause
.HasMethodCall)
3593
DbExpression converted = ConvertValueExpression(queryExpr.
HavingClause
.HavingPredicate, sr);