Click or drag to resize

IStatementSerialConsistencyLevel Property

Gets the serial consistency level for the query.

The serial consistency level is only used by conditional updates (INSERT, UPDATE and DELETE with an IF condition).

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
ConsistencyLevel SerialConsistencyLevel { get; }

Property Value

Type: ConsistencyLevel
See Also