Indicates whether a DbParameter with the specified Value is contained in the collection.
'Declaration
Public Overloads Overrides Function Contains( _
ByVal As Object _
) As Boolean
public override bool Contains(
object
)
Parameters
- value
- The Value of the DbParameter to look for in the collection.
Return Value
True if the DbParameter is in the collection; otherwise false.