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