Contents Index IndexOf method Item property

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

Insert method


Description 

Inserts an AsaParameter in the collection at the specified index.

Syntax 

void Insert(
int index
object value )

Parameters 

index    The zero-based index where the parameter is to be inserted within the collection.

value    The AsaParameter to add to the collection.

Implements 

IList.Insert


Contents Index IndexOf method Item property