CqlCommandExecute Method (String) | 
 
            Executes the command using the 
ISession with the provided execution profile.
            
 
    Namespace: 
   Cassandra.Data.Linq
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic RowSet Execute(
	string executionProfile
)
Parameters
- executionProfile
 - Type: SystemString
 
Return Value
Type: 
RowSet
See Also