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