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