Advanced.Data.Provider Documentation

AdpParameterCollection.Remove Method 

[This is preliminary documentation and subject to change.]

Removes the specified AdpParameter from the collection.

[Visual Basic]
NotOverridable Public Sub Remove( _
   ByVal value As Object _
) Implements _
   IList.Remove
[C#]
public void Remove(
   object value
);

Parameters

value
The AdpParameter to remove from the collection.

Implements

IList.Remove

See Also

AdpParameterCollection Class | Advanced.Data.Provider Namespace