Click or drag to resize

QdbClusterQuery Method

Run the provided query and creates a table directory with the results.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public QdbQueryResult Query(
	string query
)

Parameters

query
Type: SystemString
The string representing the query to perform.

Return Value

Type: QdbQueryResult
A QdbQueryResult holding the results of the query.
Remarks
Queries are transactional. The complexity of this function is dependent on the complexity of the query.
See Also