Class RegularStatement
A non-prepared CQL statement. This class represents a query string along with query options. This class can be extended but SimpleStatement is provided to build a IStatement directly from its query string.
Implements
Inherited Members
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public abstract class RegularStatement : Statement, IStatement
Constructors
RegularStatement()
Declaration
protected RegularStatement()
Properties
QueryString
Gets the query string for this statement.
Declaration
public abstract string QueryString { get; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |