Click or drag to resize
PreparedStatementSetIdempotence Method
Sets whether the prepared statement is idempotent.

Idempotence of the query plays a role in ISpeculativeExecutionPolicy. If a query is not idempotent, the driver will not schedule speculative executions for it.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public PreparedStatement SetIdempotence(
	bool value
)

Parameters

value
Type: SystemBoolean

Return Value

Type: PreparedStatement
See Also