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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SAParameterCollection class » Item properties

Item properties Next Page

Item(Int32) property


Gets and sets the SAParameter object at the specified index.

Syntax

Visual Basic

Public Property Item ( _
ByVal index As Integer _
) As SAParameter

C#

public SAParameter this [
int index
] { get; set; }

Parameters
Property value

The SAParameter at the specified index.

Remarks

In C#, this property is the indexer for the SAParameterCollection object.

See also