Click or drag to resize
MapperCreateBatch Method (BatchType)

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public ICqlBatch CreateBatch(
	BatchType batchType
)

Parameters

batchType
Type: CassandraBatchType

Return Value

Type: ICqlBatch

Implements

IMapperCreateBatch(BatchType)
See Also