Contains Method

Identifies a value indicating whether an AseParameter exists in the collection.

Syntax 1

bool Contains( object value )

Syntax 2

bool Contains( string value )

Parameters

value – the value of the AseParameter object to find. In syntax 2, this is the name.

Return value

True if the collection contains the AseParameter; otherwise, it is false.

Implements

  • Syntax 1 implements IList.Contains.

  • Syntax 2 implements IDataParameterCollection.Contains.