Npgsql API Documentation

NpgsqlParameterCollection.RemoveAt Method (String)

[This is preliminary documentation and subject to change.]

Removes the specified NpgsqlParameter from the collection using the parameter name.

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

Parameters

parameterName
The name of the NpgsqlParameter object to retrieve.

Implements

IDataParameterCollection.RemoveAt

See Also

NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.RemoveAt Overload List