RemoveAt(String) method

Removes the specified SAParameter object from the collection.

Syntax
Visual Basic

Public Overrides Sub RemoveAt( _
   ByVal parameterName As String _
)
C#

public override void RemoveAt(
   string  parameterName
);
Parameters
  • parameterName   The name of the SAParameter object to remove.

See also