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

Returns the location of the ADOParameter within the collection given the parameter value.

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

Parameters

value
An Object that is the Value of the parameter.

Return Value

The location of the ADOParameter within the collection.

See Also

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