ICqlWriteAsyncClientExecuteAsync Method (String, Object) |
Executes an arbitrary CQL string with the bind variable values specified.
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax Task ExecuteAsync(
string cql,
params Object[] args
)
Parameters
- cql
- Type: SystemString
- args
- Type: SystemObject
Return Value
Type:
TaskSee Also