Click or drag to resize
CqlQueryOptionsDoNotPrepare Method
Specifies that a PreparedStatement should not be used for executing the query.

Namespace: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public CqlQueryOptions DoNotPrepare()

Return Value

Type: CqlQueryOptions
See Also