CqlQueryBaseTEntityExecuteAsync Method (String) | 
 
            Evaluates the Linq query, executes asynchronously the cql statement with the provided execution profile
            and adapts the results.
            
 
    Namespace: 
   Cassandra.Data.Linq
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic Task<IEnumerable<TEntity>> ExecuteAsync(
	string executionProfile
)
Parameters
- executionProfile
 - Type: SystemString
 
Return Value
Type: 
TaskIEnumerableTEntity
See Also