Click or drag to resize

CqlConditionalCommandTEntitySetConsistencyLevel Method

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

Parameters

consistencyLevel
Type: SystemNullableConsistencyLevel

Return Value

Type: CqlConditionalCommandTEntity
See Also