Click or drag to resize

CqlCommandExecuteAsync Method (String)

Evaluates the Linq command and executes asynchronously the cql statement with the provided execution profile.

Namespace:  Dse.Data.Linq
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Task<RowSet> ExecuteAsync(
	string executionProfile
)

Parameters

executionProfile
Type: SystemString

Return Value

Type: TaskRowSet
See Also