7 references to AsEsql
System.Data.Entity (7)
System\Data\Mapping\ViewGeneration\CqlGeneration\BooleanProjectedSlot.cs (2)
64m_expr.AsEsql(builder, blockAlias); 71m_expr.AsEsql(builder, blockAlias);
System\Data\Mapping\ViewGeneration\CqlGeneration\CaseCqlBlock.cs (1)
70this.WhereClause.AsEsql(builder, childBlock.CqlAlias);
System\Data\Mapping\ViewGeneration\CqlGeneration\ExtentCqlBlock.cs (1)
73this.WhereClause.AsEsql(builder, m_nodeTableAlias);
System\Data\Mapping\ViewGeneration\Structures\BoolLiteral.cs (1)
84/// See <see cref="BoolExpression.AsEsql"/>.
System\Data\Mapping\ViewGeneration\Structures\CaseStatement.cs (1)
243clause.Condition.AsEsql(builder, blockAlias);
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
916m_whereClause.AsEsql(qbuilder, "e");