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

Indicates whether an ADOParameter is in the collection with a specified value.

[Visual Basic]
Overloads Public Function Contains( _
   ByVal value As Object _
) As Boolean
[C#]
public bool Contains(
   object value
);
[C++]
public: bool Contains(
   Object* value
);
[JScript]
public function Contains(
   value : Object
) : Boolean;

Parameters

value
An Object that is the Value 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