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