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