ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
AsaParameterCollection class
Inserts an AsaParameter in the collection at the specified index.
void Insert(
int index
object value )
index The zero-based index where the parameter is to be inserted within the collection.
value The AsaParameter to add to the collection.
IList.Insert