4 overrides of AsEsql
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\CqlGeneration\CaseCqlBlock.cs (1)
42internal override StringBuilder AsEsql(StringBuilder builder, bool isTopLevel, int indentLevel)
System\Data\Mapping\ViewGeneration\CqlGeneration\ExtentCqlBlock.cs (1)
52internal override StringBuilder AsEsql(StringBuilder builder, bool isTopLevel, int indentLevel)
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (1)
49internal override StringBuilder AsEsql(StringBuilder builder, bool isTopLevel, int indentLevel)
System\Data\Mapping\ViewGeneration\CqlGeneration\UnionCqlBlock.cs (1)
35internal override StringBuilder AsEsql(StringBuilder builder, bool isTopLevel, int indentLevel)
5 references to AsEsql
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\CqlGeneration\CaseCqlBlock.cs (1)
61childBlock.AsEsql(builder, false, indentLevel + 1);
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (1)
74child.AsEsql(builder, false, indentLevel + 1);
System\Data\Mapping\ViewGeneration\CqlGeneration\UnionCqlBlock.cs (1)
51child.AsEsql(builder, isTopLevel, indentLevel + 1);
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
100blockTree.AsEsql(builder, true, 1);
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (1)
224block.AsEsql(builder, false, 1);