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
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
  Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public abstract class RegularStatement : Statement, IStatementConstructors
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 | 
Overrides
object.ToString()