Contents Index Item property RemoveAt method

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

Remove method


Description 

Removes the specified AsaParameter from the collection.

Syntax 

void Remove( object value )

Parameters 

value    The AsaParameter object to remove from the collection.

Implements 

IList.Remove


Contents Index Item property RemoveAt method