1 write to childKeyConstraint
System.Data (1)
fx\src\data\System\Data\DataRelation.cs (1)
614childKeyConstraint = value;
2 references to childKeyConstraint
System.Data (2)
fx\src\data\System\Data\DataRelation.cs (2)
582return childKeyConstraint; 613Debug.Assert(childKeyConstraint == null || value == null, "ChildKeyConstraint should not have been set already.");