CqlConditionalCommandTEntityExecuteAsync Method (String) |
Asynchronously executes a conditional query with the provided execution profile and returns information whether it was applied.
Namespace:
Cassandra.Data.Linq
Assembly:
Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax public Task<AppliedInfo<TEntity>> ExecuteAsync(
string executionProfile
)
Parameters
- executionProfile
- Type: SystemString
Return Value
Type:
TaskAppliedInfoTEntitySee Also