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)
608
return
_childKeyConstraint
;
626
Debug.Assert(
_childKeyConstraint
== null || value == null, "ChildKeyConstraint should not have been set already.");