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

Returns the location of the SQLParameter within the collection given the value.

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

Parameters

parameter
An Object that is the Value of the parameter.

Return Value

The location of the SQLParameter within the collection.

See Also

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