CqlParameterCollection.Add Method (Object) |
Adds the specified DbParameter object
to the DbParameterCollection.
Namespace:
Cassandra.Data
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax public override int Add(
Object value
)
Parameters
- value
- Type: System.Object
The Value
of the DbParameter to add to the collection.
Return Value
Type:
Int32
The index of the
DbParameter object in the collection.
Implements
IList.Add(Object)See Also