Contents Index Insert method Remove method

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaParameterCollection class

Item property


Description 

The AsaParameter at the specified index or name.

Syntax 1 

AsaParameter this[ int index ]

Syntax 2 

AsaParameter this[ string parameterName ]

Parameters 

index    The zero-based index of the parameter to retrieve.

parameterName    The name of the parameter to retrieve.

Property value 

An AsaParameter.

Access 

Read-write

Usage 

In C#, this property is the indexer for the AsaParameterCollection class.


Contents Index Insert method Remove method