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!

RelationsCollection.Remove (String)

Removes the relation with the given name from the collection. An IndexOutOfRangeException is thrown if this collection doesn't have a relation with that 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
);

Parameters

name
The name of the relation to remove.

See Also

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