Throws an exception if constraint can't be removed from collection. Otherwise it returns whether or not the constraint needs to be removed from the collection.
[Visual Basic] Public Function CanRemoveConstraint( _ ByVal constraint As Constraint _ ) As Boolean [C#] public bool CanRemoveConstraint( Constraint constraint ); [C++] public: bool CanRemoveConstraint( Constraint* constraint ); [JScript] public function CanRemoveConstraint( constraint : Constraint ) : Boolean;
ConstraintsCollection Class | ConstraintsCollection Members | System.Data Namespace