Click or drag to resize
CqlConditionalCommand<TEntity>.SetConsistencyLevel Method

Namespace: Dse.Data.Linq
Assembly: Dse (in Dse.dll) Version: 2.5.0
Syntax
C#
public CqlConditionalCommand<TEntity> SetConsistencyLevel(
	Nullable<ConsistencyLevel> consistencyLevel
)

Parameters

consistencyLevel
Type: System.Nullable<ConsistencyLevel>

Return Value

Type: CqlConditionalCommand<TEntity>
See Also