Click or drag to resize

SimpleStatement Constructor (String)

Creates a new instance of SimpleStatement with the provided CQL query.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public SimpleStatement(
	string query
)

Parameters

query
Type: SystemString
The cql query string.
See Also