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!

ADOParameters.Contains (Int32)

Indicates whether an ADOParameter is in the collection at a specified index.

[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
The zero-based index of the parameter.

Return Value

true if the collection contains the parameter, otherwise false.

See Also

ADOParameters Class | ADOParameters Members | System.Data.ADO Namespace | ADOParameters.Contains Overload List