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.Contains (String)

Returns true if this collection has a relation with the given name (case insensitive), false otherwise.

[Visual Basic]
Overloads Overridable Public Function Contains( _
   ByVal name As String _
) As Boolean
[C#]
public virtual bool Contains(
   string name
);
[C++]
public: virtual bool Contains(
   String* name
);
[JScript]
public function Contains(
   name : String
) : Boolean;

Parameters

name
name to test.

Return Value

Whether a relation exists with this name.

See Also

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