CqlParameterCollection.IndexOf Method (String) |
Returns the index of the DbParameter object with the specified name.
Namespace:
Cassandra.Data
Assembly:
Cassandra (in Cassandra.dll) Version: 3.9.0
Syntax public override int IndexOf(
string parameterName
)
Parameters
- parameterName
- Type: System.String
Return Value
Type:
Int32
The name of the
DbParameter object in the collection.
The index of the
DbParameter object with the specified name.
Implements
IDataParameterCollection.IndexOf(String)See Also