CqlCommandExecuteAsync Method (String) |
Evaluates the Linq command and executes asynchronously the cql statement with the provided execution profile.
Namespace:
Cassandra.Data.Linq
Assembly:
Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax public Task<RowSet> ExecuteAsync(
string executionProfile
)
Parameters
- executionProfile
- Type: SystemString
Return Value
Type:
TaskRowSetSee Also