Contents Index Clear method CopyTo method

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

Contains method


Description 

A value indicating whether an AsaParameter exists in the collection.

Syntax 1 

bool Contains( object value )

Syntax 2 

bool Contains( string value )

Parameters 

value    The value of the AsaParameter object to find. In syntax 2, this is the name.

Return value 

True if the collection contains the AsaParameter. Otherwise, it is false.

Implements 

Syntax 1 implements IList.Contains

Syntax 2 implements IDataParameterCollection.Contains


Contents Index Clear method CopyTo method