Advanced.Data.Provider Documentation

AdpParameterCollection.RemoveAt Method 

[This is preliminary documentation and subject to change.]

Removes the specified AdpParameter from the collection.

[Visual Basic]
NotOverridable Public Sub RemoveAt( _
   ByVal parameterName As String _
) Implements _
   IDataParameterCollection.RemoveAt
[C#]
public void RemoveAt(
   string parameterName
);

Parameters

parameterName
The name of the AdpParameter to remove.

Implements

IDataParameterCollection.RemoveAt

See Also

AdpParameterCollection Class | Advanced.Data.Provider Namespace