Click or drag to resize

IMapperExecuteAsync Method

Overload List
  NameDescription
Public methodExecuteAsync(Cql)
Executes an arbitrary CQL statement.
(Inherited from ICqlWriteAsyncClient.)
Public methodExecuteAsync(ICqlBatch)
Executes the batch specified asynchronously.
Public methodExecuteAsync(String, Object)
Executes an arbitrary CQL string with the bind variable values specified.
(Inherited from ICqlWriteAsyncClient.)
Top
See Also