Click or drag to resize

ICqlWriteAsyncClient.ExecuteAsync Method (String,Object[])

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

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

Parameters

cql
Type: System.String
args
Type:System.Object[]

Return Value

Type: Task
See Also