CqlParameterCollectionInsert Method |
Inserts the specified index of the DbParameter object
with the specified name into the collection at the specified index.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public override void Insert(
int index,
Object value
)
Parameters
- index
- Type: SystemInt32
The index at which to insert the DbParameter object. - value
- Type: SystemObject
The DbParameter object to insert into the collection.
Implements
IListInsert(Int32, Object)See Also