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!

SQLParameters.Contains (Object)

Indicates whether a parameter 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

SQLParameters Class | SQLParameters Members | System.Data.SQL Namespace | SQLParameters.Contains Overload List