CqlQuerySingleElementTEntityExecute Method (String) | 
 
            Evaluates the Linq query, executes the cql statement with the provided execution profile and returns the first result.
            
 
    Namespace: 
   Cassandra.Data.Linq
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic TEntity Execute(
	string executionProfile
)
Parameters
- executionProfile
 - Type: SystemString
 
Return Value
Type: 
TEntity
See Also