1 instantiation of WithRelationship
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
248withRelationship = new WithRelationship(associationSet, fromEnd, fromEndEntityType, toEnd, toEndEntityType, toEndEntityKeyMemberPaths);
25 references to WithRelationship
System.Data.Entity (25)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (5)
133List<WithRelationship> withRelationships = new List<WithRelationship>(); 190private CqlBlock ConstructCaseBlocks(CqlBlock viewBlock, IEnumerable<WithRelationship> withRelationships) 207private CqlBlock ConstructCaseBlocks(CqlBlock viewBlock, int startSlotNum, bool[] parentRequiredSlots, IEnumerable<WithRelationship> withRelationships) 274IEnumerable<WithRelationship> withRelationships)
System\Data\Mapping\ViewGeneration\Structures\CaseStatement.cs (9)
227internal StringBuilder AsEsql(StringBuilder builder, IEnumerable<WithRelationship> withRelationships, string blockAlias, int indentLevel) 262internal DbExpression AsCqt(DbExpression row, IEnumerable<WithRelationship> withRelationships) 289private static StringBuilder CaseSlotValueAsEsql(StringBuilder builder, ProjectedSlot slot, MemberPath outputMember, string blockAlias, IEnumerable<WithRelationship> withRelationships, int indentLevel) 299private static void WithRelationshipsClauseAsEsql(StringBuilder builder, IEnumerable<WithRelationship> withRelationships, string blockAlias, int indentLevel, ProjectedSlot slot) 317private static DbExpression CaseSlotValueAsCqt(DbExpression row, ProjectedSlot slot, MemberPath outputMember, IEnumerable<WithRelationship> withRelationships) 327private static DbExpression WithRelationshipsClauseAsCqt(DbExpression row, DbExpression slotValueExpr, IEnumerable<WithRelationship> withRelationships, ProjectedSlot slot) 355private static void WithRelationshipsClauseAsCql(Action<WithRelationship> emitWithRelationship, IEnumerable<WithRelationship> withRelationships, ProjectedSlot slot) 365foreach (WithRelationship withRelationship in withRelationships)
System\Data\Mapping\ViewGeneration\Structures\CaseStatementProjectedSlot.cs (2)
27internal CaseStatementProjectedSlot(CaseStatement statement, IEnumerable<WithRelationship> withRelationships) 39private readonly IEnumerable<WithRelationship> m_withRelationships;
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (3)
92ref List<WithRelationship> withRelationships); 222List<WithRelationship> withRelationships = new List<WithRelationship>();
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (3)
126internal override CqlBlock ToCqlBlock(bool[] requiredSlots, CqlIdentifiers identifiers, ref int blockAliasNum, ref List<WithRelationship> withRelationships) 188WithRelationship withRelationship; 205out WithRelationship withRelationship)
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (3)
188ref List<WithRelationship> withRelationships) 221private CqlBlock UnionToCqlBlock(bool[] requiredSlots, CqlIdentifiers identifiers, ref int blockAliasNum, ref List<WithRelationship> withRelationships) 336private CqlBlock JoinToCqlBlock(bool[] requiredSlots, CqlIdentifiers identifiers, ref int blockAliasNum, ref List<WithRelationship> withRelationships)