Click or drag to resize

MapperExecuteAsync Method (String, Object)

Executes an arbitrary CQL string with the bind variable values specified.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Task ExecuteAsync(
	string cql,
	params Object[] args
)

Parameters

cql
Type: SystemString
args
Type: SystemObject

Return Value

Type: Task

Implements

ICqlWriteAsyncClientExecuteAsync(String, Object)
See Also