Click or drag to resize

NoSpeculativeExecutionPolicyNewPlan Method

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public ISpeculativeExecutionPlan NewPlan(
	string keyspace,
	IStatement statement
)

Parameters

keyspace
Type: SystemString
statement
Type: DseIStatement

Return Value

Type: ISpeculativeExecutionPlan

Implements

ISpeculativeExecutionPolicyNewPlan(String, IStatement)
See Also