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.RemoveCore

Does verification on the relation. An ArgumentNullException is thrown if this relation is null. An ArgumentException is thrown if this relation doesn't belong to this collection.

[Visual Basic]
Overridable Protected Sub RemoveCore( _
   ByVal relation As DataRelation _
)
[C#]
protected virtual void RemoveCore(
   DataRelation relation
);
[C++]
protected: virtual void RemoveCore(
   DataRelation* relation
);
[JScript]
protected function RemoveCore(
   relation : DataRelation
);

Parameters

relation
The relation to check.

See Also

RelationsCollection Class | RelationsCollection Members | System.Data Namespace