1 override of InCollection
System.Data.Common (1)
System\Data\UniqueConstraint.cs (1)
405internal override bool InCollection
3 writes to InCollection
System.Data.Common (3)
System\Data\ConstraintCollection.cs (2)
320constraint.InCollection = true; 382constraint.InCollection = false;
System\Data\UniqueConstraint.cs (1)
409base.InCollection = value;
3 references to InCollection
System.Data.Common (3)
System\Data\Constraint.cs (2)
37if (string.IsNullOrEmpty(value) && (Table != null) && InCollection) 45if ((Table != null) && InCollection)
System\Data\ConstraintCollection.cs (1)
359if (!newArray[newCur].InCollection)