CqlParameterCollection.Insert Method |
Inserts the specified index of the DbParameter object
with the specified name into the collection at the specified index.
Namespace:
Cassandra.Data
Assembly:
Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic override void Insert(
int index,
Object value
)
Parameters
- index
- Type: System.Int32
The index at which to insert the DbParameter object. - value
- Type: System.Object
The DbParameter object to insert into the collection.
Implements
IList.Insert(Int32, Object)
See Also