Click or drag to resize
BoundStatement Constructor (PreparedStatement)
Creates a new BoundStatement from the provided prepared statement.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public BoundStatement(
	PreparedStatement statement
)

Parameters

statement
Type: DsePreparedStatement
the prepared statement from which to create a BoundStatement.
See Also