DataStax C# Driver for Apache Cassandra
DataStax C# Driver for Apache Cassandra
Namespaces
Cassandra.Mapping
IMapper Interface
IMapper Methods
ExecuteAsync Method
ExecuteAsync Method (ICqlBatch)
ExecuteAsync Method (ICqlBatch, String)
IMapper
ExecuteAsync Method (ICqlBatch)
Executes the batch specified asynchronously.
Namespace:
Cassandra.Mapping
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
Copy
Task
ExecuteAsync
(
ICqlBatch
batch
)
Parameters
batch
Type:
Cassandra.Mapping
ICqlBatch
Return Value
Type:
Task
Remarks
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.
See Also
Reference
IMapper Interface
ExecuteAsync Overload
Cassandra.Mapping Namespace
DataStax C# Driver for Apache Cassandra User Mailing List
© 2019 DataStax, All rights reserved.