10 references to GroupBy
System.Data.Entity (10)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (8)
1469
result.
GroupBy
.Append(separator);
1482
result.
GroupBy
.Append(keySql);
1503
result.
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)
268
if ((null != this.groupBy) && !this.
GroupBy
.IsEmpty)
272
this.
GroupBy
.WriteSql(writer, sqlGenerator);