Click or drag to resize

CqlWithExecutionProfile Method

Configures the execution profile for execution of this Cql instance.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Cql WithExecutionProfile(
	string executionProfile
)

Parameters

executionProfile
Type: SystemString

Return Value

Type: Cql
See Also