ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
AsaParameterCollection class
The AsaParameter at the specified index or name.
AsaParameter this[ int index ]
AsaParameter this[ string parameterName ]
index The zero-based index of the parameter to retrieve.
parameterName The name of the parameter to retrieve.
An AsaParameter.
Read-write
In C#, this property is the indexer for the AsaParameterCollection class.