Click or drag to resize

IStatementSetIdempotence Method

Sets whether this statement is idempotent.

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

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
IStatement SetIdempotence(
	bool value
)

Parameters

value
Type: SystemBoolean

Return Value

Type: IStatement
See Also