Indicates whether an SAParameter object exists in the collection.
Public Overrides Function Contains(ByVal value As String) As Boolean
public override bool Contains(string value)
value The name of the parameter to search for.
True if the collection contains the SAParameter object. Otherwise, false.