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.13.0
Syntax
C#
public SimpleStatement(
	string query
)

Parameters

query
Type: SystemString
The cql query string.
See Also