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 (Int32)

Returns true if this collection has a relation at this index, false otherwise.

[Visual Basic]
Overloads Overridable Public Function Contains( _
   ByVal index As Integer _
) As Boolean
[C#]
public virtual bool Contains(
   int index
);
[C++]
public: virtual bool Contains(
   int index
);
[JScript]
public function Contains(
   index : int
) : Boolean;

Parameters

index
index to test.

Return Value

Whether a relation exists at this index.

See Also

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