NpgsqlParameterCollection.RemoveAt Method (Int32)
[This is preliminary documentation and subject to change.]
Removes the specified NpgsqlParameter from the collection using a specific index.
[Visual Basic]
NotOverridable Overloads Public Sub RemoveAt( _
ByVal
index As
Integer _
) Implements _
IList.RemoveAt
[C#]
public
void RemoveAt(
int index);
Parameters
-
index
- The zero-based index of the parameter.
Implements
IList.RemoveAt
See Also
NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.RemoveAt Overload List