Contents Index Remove method AsaPermission class

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

RemoveAt method


Description 

Removes the specified AsaParameter from the collection.

Syntax 1 

void RemoveAt( int index )

Syntax 2 

void RemoveAt( string parameterName )

Parameters 

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

parameterName    The name of the AsaParameter object to remove.

Implements 

Syntax 1 implements IList.RemoveAt

Syntax 2 implements IDataParameterCollection.RemoveAt


Contents Index Remove method AsaPermission class