Click or drag to resize
SimpleStatement Constructor (String)
Creates a new instance of SimpleStatement with the provided CQL query.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public SimpleStatement(
	string query
)

Parameters

query
Type: SystemString
The cql query string.
See Also