11 references to Where
System.Data.Entity (11)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (9)
2540
result.
Where
.Append(resultFromSymbol);
2541
result.
Where
.Append(".");
2542
result.
Where
.Append(row_numberSymbol);
2543
result.
Where
.Append(" > ");
2544
result.
Where
.Append(HandleCountExpression(e.Count));
3983
&& result.
Where
.IsEmpty
4169
result.
Where
.Append("NOT (");
4171
result.
Where
.Append(predicate.Accept(this));
4174
result.
Where
.Append(")");
System\Data\SqlClient\SqlGen\SqlSelectStatement.cs (2)
261
if ((null != this.where) && !this.
Where
.IsEmpty)
265
this.
Where
.WriteSql(writer, sqlGenerator);