Contains(Object) Method

Syntax:

public bool Contains(Object value)

Description:

Indicates whether the specified object (as an RdmParameter) is contained in the collection.

Parameters:

value

Type: System.Object

The RdmParameter to look for in the collection.

Return Value:

Type: System.Boolean

True if the RdmParameter is in the collection; otherwise False.

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbParameterCollection.Contains