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