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

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
AppliedInfo<T> ExecuteConditional<T>(
	ICqlBatch batch
)

Parameters

batch
Type: Cassandra.MappingICqlBatch

Type Parameters

T

Return Value

Type: AppliedInfoT
See Also