Click or drag to resize

Mapper.CreateBatch Method

Overload List
  NameDescription
Public methodCreateBatch()
Creates a new batch.

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

Public methodCreateBatch(BatchType)
Creates a new batch.

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

Top
See Also