Click or drag to resize

PreparedStatementConsistencyLevel Property

Gets the default consistency level for all executions using this instance

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public Nullable<ConsistencyLevel> ConsistencyLevel { get; }

Property Value

Type: NullableConsistencyLevel
See Also