1 instantiation of JoinCqlBlock
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
412CqlBlock 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)
381List<JoinCqlBlock.OnClause> onClauses = new List<JoinCqlBlock.OnClause>(); 386JoinCqlBlock.OnClause onClause = new JoinCqlBlock.OnClause();