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 _
) _
Parameters
-
parameterName
- The name of the NpgsqlParameter object to retrieve.
Implements
IDataParameterCollection.RemoveAt
See Also
NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.RemoveAt Overload List