1 write to _childKeyConstraint
System.Data.Common (1)
System\Data\DataRelation.cs (1)
627_childKeyConstraint = value;
2 references to _childKeyConstraint
System.Data.Common (2)
System\Data\DataRelation.cs (2)
608return _childKeyConstraint; 626Debug.Assert(_childKeyConstraint == null || value == null, "ChildKeyConstraint should not have been set already.");