BoundStatement Constructor (PreparedStatement) |
Creates a new BoundStatement from the provided prepared
statement.
Namespace:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax public BoundStatement(
PreparedStatement statement
)
Parameters
- statement
- Type: CassandraPreparedStatement
the prepared statement from which to create a BoundStatement.
See Also