NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ConstraintsCollection.Remove (Constraint)

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
);

Parameters

constraint
The column to remove.

See Also

ConstraintsCollection Class | ConstraintsCollection Members | System.Data Namespace | ConstraintsCollection.Remove Overload List