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

Returns the location of the SQLParameter within the collection given a specific parameter name.

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

Parameters

parameterName
The name of the parameter to retrieve.

Return Value

The location of the SQLParameter within the collection.

See Also

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