Click or drag to resize
IMapperExecuteConditionalAsyncT Method
Executes a batch that contains a Lightweight transaction.

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax
C#
Task<AppliedInfo<T>> ExecuteConditionalAsync<T>(
	ICqlBatch batch
)

Parameters

batch
Type: Cassandra.MappingICqlBatch

Type Parameters

T

Return Value

Type: TaskAppliedInfoT
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