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