Removes the constraint with the given name from the collection. An IndexOutOfRangeException is thrown if this collection doesn't have a constraint with the given name. The CollectionChanged event is fired if it succeeds.
[Visual Basic] Overloads Public Sub Remove( _ ByVal name As String _ ) [C#] public void Remove( string name ); [C++] public: void Remove( String* name ); [JScript] public function Remove( name : String );
ConstraintsCollection Class | ConstraintsCollection Members | System.Data Namespace | ConstraintsCollection.Remove Overload List