8 references to WhereClause
System.Data.Entity (8)
System\Data\Mapping\ViewGeneration\CqlGeneration\CaseCqlBlock.cs (4)
66
if (false == BoolExpression.EqualityComparer.Equals(this.
WhereClause
, BoolExpression.True))
70
this.
WhereClause
.AsEsql(builder, childBlock.CqlAlias);
86
if (!BoolExpression.EqualityComparer.Equals(this.
WhereClause
, BoolExpression.True))
88
cqt = cqt.Where(row => this.
WhereClause
.AsCqt(row));
System\Data\Mapping\ViewGeneration\CqlGeneration\ExtentCqlBlock.cs (4)
69
if (!BoolExpression.EqualityComparer.Equals(this.
WhereClause
, BoolExpression.True))
73
this.
WhereClause
.AsEsql(builder, m_nodeTableAlias);
85
if (!BoolExpression.EqualityComparer.Equals(this.
WhereClause
, BoolExpression.True))
87
cqt = cqt.Where(row => this.
WhereClause
.AsCqt(row));