CqlParameterCollectionAdd Method (Object) |
Adds the specified DbParameter object
to the DbParameterCollection.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public override int Add(
Object value
)
Parameters
- value
- Type: SystemObject
The Value
of the DbParameter to add to the collection.
Return Value
Type:
Int32
The index of the
DbParameter object in the collection.
Implements
IListAdd(Object)See Also