10 references to GroupBy
System.Data.Entity (10)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (8)
1469result.GroupBy.Append(separator); 1482result.GroupBy.Append(keySql); 1503result.GroupBy.Append(alias); 3984&& result.GroupBy.IsEmpty 3989&& result.GroupBy.IsEmpty 4003&& result.GroupBy.IsEmpty 4010&& result.GroupBy.IsEmpty 4016&& result.GroupBy.IsEmpty
System\Data\SqlClient\SqlGen\SqlSelectStatement.cs (2)
268if ((null != this.groupBy) && !this.GroupBy.IsEmpty) 272this.GroupBy.WriteSql(writer, sqlGenerator);