Click or drag to resize

CqlQueryBaseTEntity Properties

The CqlQueryBaseTEntity generic type exposes the following members.

Properties
  NameDescription
Public propertyElementType
Public propertyExpression
Public propertyKeyspace
Gets the keyspace this query operates on. The returned value should not be null only when the IStatement applies to a different keyspace to the logged keyspace of the ISession.
(Overrides StatementKeyspace.)
Public propertyQueryTrace
After being executed, it retrieves the trace of the CQL query.

Use EnableTracing(Boolean) to enable tracing.

Note that enabling query trace introduces server-side overhead by storing request information, so it's recommended that you only enable query tracing when trying to identify possible issues / debugging.

Public propertyRoutingKey (Overrides StatementRoutingKey.)
Top
See Also