1 instantiation of JoinCqlBlock
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
412
CqlBlock result = new
JoinCqlBlock
(OpType, slotInfos, children, onClauses, identifiers, ++blockAliasNum);
5 references to JoinCqlBlock
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (1)
147
/// Represents a complete ON clause "slot1 == slot2 AND "slot3 == slot4" ... for two <see cref="
JoinCqlBlock
"/>s.
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (4)
381
List<
JoinCqlBlock
.OnClause> onClauses = new List<
JoinCqlBlock
.OnClause>();
386
JoinCqlBlock
.OnClause onClause = new
JoinCqlBlock
.OnClause();