Click or drag to resize
BoundStatementPreparedStatement Property
Gets the prepared statement on which this BoundStatement is based.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public PreparedStatement PreparedStatement { get; }

Property Value

Type: PreparedStatement
See Also