Click or drag to resize

RegularStatement Class

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.
Inheritance Hierarchy
SystemObject
  CassandraStatement
    CassandraRegularStatement
      CassandraSimpleStatement

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public abstract class RegularStatement : Statement

The RegularStatement type exposes the following members.

Properties
  NameDescription
Public propertyQueryString
Gets the query string for this statement.
Top
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
See Also