11 references to ChildTable
System.Data.Entity (11)
System\Data\Mapping\ViewGeneration\CellPartitioner.cs (2)
144
if (sExtent1.Equals(constraint.ParentTable) && sExtent2.Equals(constraint.
ChildTable
) ||
145
sExtent2.Equals(constraint.ParentTable) && sExtent1.Equals(constraint.
ChildTable
))
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (8)
165
ToUserString(),
ChildTable
.Name);
263
MemberPath prefix = new MemberPath(
ChildTable
);
264
ExtentKey primaryKey = ExtentKey.GetPrimaryKeyForEntityType(prefix,
ChildTable
.ElementType);
272
if (cell.SQuery.Extent.Equals(
ChildTable
) == false)
335
IEnumerable<LeftCellWrapper> childWrappers = GetWrappersFromContext(childContext,
ChildTable
);
516
ToUserString(),
ChildTable
.Name,
652
if (cell.SQuery.Extent.Equals(
ChildTable
))
775
ChildTable
.Name,
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (1)
483
m_queryRewriterCache.TryGetValue(constraint.
ChildTable
, out childRewriter);