| ICqlWriteAsyncClientExecuteAsync Method (String, Object) | 
            Executes an arbitrary CQL string with the bind variable values specified.
            
 
Namespace: Dse.MappingAssembly: Dse (in Dse.dll) Version: 2.4.0
SyntaxTask ExecuteAsync(
	string cql,
	params Object[] args
)
Parameters
- cql
 - Type: SystemString
 - args
 - Type: SystemObject
 
Return Value
Type: 
Task
See Also