Click or drag to resize

CqlCommand Properties

The CqlCommand type exposes the following members.

Properties
  NameDescription
Public propertyExpression
Public propertyQueryString
Gets the query string.
(Overrides SimpleStatementQueryString.)
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 propertyQueryValues (Overrides StatementQueryValues.)
Top
See Also