Click or drag to resize
CqlParameterCollectionRemoveAt Method (Int32)
Removes the DbParameter object at the specified from the collection.

Namespace: Cassandra.Data
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public override void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The index where the DbParameter object is located.

Implements

IListRemoveAt(Int32)
See Also