1 write to m_childTable
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (1)
38m_childTable = i_childTable;
5 references to m_childTable
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (5)
43MemberPath path = new MemberPath(m_childTable, property); 72get { return m_childTable; } 828foreach (EdmProperty keyMember in m_childTable.ElementType.KeyMembers) 862if (table.Equals(m_parentTable) || table.Equals(m_childTable)) 878m_childTable.Name, childColsString, m_parentTable.Name, parentColsString);