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