1 write to groupBy
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\SqlSelectStatement.cs (1)
139groupBy = new SqlBuilder();
3 references to groupBy
System.Data.Entity (3)
System\Data\SqlClient\SqlGen\SqlSelectStatement.cs (3)
137if (null == groupBy) 141return groupBy; 268if ((null != this.groupBy) && !this.GroupBy.IsEmpty)