7 references to AsEsql
System.Data.Entity (7)
System\Data\Mapping\ViewGeneration\CqlGeneration\BooleanProjectedSlot.cs (2)
64
m_expr.
AsEsql
(builder, blockAlias);
71
m_expr.
AsEsql
(builder, blockAlias);
System\Data\Mapping\ViewGeneration\CqlGeneration\CaseCqlBlock.cs (1)
70
this.WhereClause.
AsEsql
(builder, childBlock.CqlAlias);
System\Data\Mapping\ViewGeneration\CqlGeneration\ExtentCqlBlock.cs (1)
73
this.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)
243
clause.Condition.
AsEsql
(builder, blockAlias);
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
916
m_whereClause.
AsEsql
(qbuilder, "e");