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

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntax
C#
public CqlQueryOptions DoNotPrepare()

Return Value

Type: CqlQueryOptions
See Also