| BoundStatement Constructor (PreparedStatement) | 
             Creates a new BoundStatement from the provided prepared
             statement.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic BoundStatement(
	PreparedStatement statement
)
Parameters
- statement
 - Type: DsePreparedStatement
 the prepared statement from which to create a BoundStatement. 
See Also