System.Data.Constraint.CheckCanAddToCollection C# (CSharp) Method

CheckCanAddToCollection() abstract private method

abstract private CheckCanAddToCollection ( ConstraintCollection constraint ) : void
constraint ConstraintCollection
return void
        internal abstract void CheckCanAddToCollection(ConstraintCollection constraint);
        internal abstract bool CanBeRemovedFromCollection(ConstraintCollection constraint, bool fThrowException);