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

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

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

Parameters

index
index to test.

Return Value

Whether a constraint exists at this index.

See Also

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