| ISessionExecute Method (String, Int32) | 
            Executes the provided query.
            
 
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
SyntaxRowSet Execute(
	string cqlQuery,
	int pageSize
)
Parameters
- cqlQuery
 - Type: SystemString
 - pageSize
 - Type: SystemInt32
 
Return Value
Type: 
RowSet
See Also