Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULParameterCollection class

IndexOf method Next Page

IndexOf method


Returns the location of the ULParameter with the specified name in the collection.

Syntax

Visual Basic

Overloads NotOverridable Public Function IndexOf( _
ByVal parameterName As String _
) As Integer _
Implements IDataParameterCollection.IndexOf

C#

public int IndexOf(
string parameterName
);

Parameters
Return value

The zero-based index of the ULParameter in the collection or -1 if the parameter is not found.

Implements

[external link] IDataParameterCollection.IndexOf

See also