Npgsql API Docs

NpgsqlParameterCollection.RemoveAt Method (String)

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

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlParameterCollection.RemoveAt(System.String)

See Also

NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.RemoveAt Overload List