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