Click or drag to resize
IMapperCreateBatch Method
Creates a new batch.

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

Namespace: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
ICqlBatch CreateBatch()

Return Value

Type: ICqlBatch
See Also