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.13.0
Syntaxpublic Task<AppliedInfo<TEntity>> ExecuteAsync(
	string executionProfile
)
Parameters
- executionProfile
 - Type: SystemString
 
Return Value
Type: 
TaskAppliedInfoTEntity
See Also