1 override of InCollection
System.Data (1)
fx\src\data\System\Data\UniqueConstraint.cs (1)
376internal override bool InCollection {
3 writes to InCollection
System.Data (3)
fx\src\data\System\Data\ConstraintCollection.cs (2)
295constraint.InCollection = true; 348constraint.InCollection = false;
fx\src\data\System\Data\UniqueConstraint.cs (1)
378base.InCollection = value;
3 references to InCollection
System.Data (3)
fx\src\data\System\Data\Constraint.cs (2)
48if (Common.ADP.IsEmpty(value) && (Table != null) && InCollection) 53if ((Table != null) && InCollection) {
fx\src\data\System\Data\ConstraintCollection.cs (1)
328if (!newArray[newCur].InCollection)