Contents Index Contains method Count property

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

CopyTo method


Description 

Copies AsaParameter objects from the AsaParameterCollection to the specified array.

Syntax  

void CopyTo(
array array
int index
)

Parameters 

array    The array into which to copy the AsaParameter objects.

index    The starting index of the array.

Implements 

ICollection.CopyTo


Contents Index Contains method Count property