1 instantiation of SingleClause
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (1)
168
SingleClause singleClause = new
SingleClause
(leftSlot, leftSlotOutputMember, rightSlot, rightSlotOutputMember);
5 references to SingleClause
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (5)
154
m_singleClauses = new List<
SingleClause
>();
159
private readonly List<
SingleClause
> m_singleClauses;
164
/// Adds an <see cref="
SingleClause
"/> element for a join of the form <paramref name="leftSlot"/> = <paramref name="rightSlot"/>.
168
SingleClause
singleClause = new SingleClause(leftSlot, leftSlotOutputMember, rightSlot, rightSlotOutputMember);
178
foreach (
SingleClause
singleClause in m_singleClauses)