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