Click or drag to resize

IMapperExecuteConditionalT Method (ICqlBatch)

Executes a batch that contains a Lightweight transaction.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
AppliedInfo<T> ExecuteConditional<T>(
	ICqlBatch batch
)

Parameters

batch
Type: Dse.MappingICqlBatch

Type Parameters

T

Return Value

Type: AppliedInfoT
Remarks
To set the consistency level, timestamp and other batch options, use WithOptions(ActionCqlQueryOptions). Individual options for each query within the batch will be ignored.
See Also