Removes the given column from the collection. An ArgumentNullException is thrown if this constraint is null. An ArgumentException is thrown if this constraint doesn't belong to this collection.. The CollectionChanged event is fired if it succeeds.
[Visual Basic] Overloads Public Sub Remove( _ ByVal constraint As Constraint _ ) [C#] public void Remove( Constraint constraint ); [C++] public: void Remove( Constraint* constraint ); [JScript] public function Remove( constraint : Constraint );
ConstraintsCollection Class | ConstraintsCollection Members | System.Data Namespace | ConstraintsCollection.Remove Overload List