Remove(object) method

Removes the specified SAParameter object from the collection.

Visual Basic syntax

Public Overrides Sub Remove (ByVal value As Object)

C# syntax

public override void Remove (object value)

Parameters