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, String)
Executes the batch specified asynchronously with the provided execution profile.
Namespace:
Cassandra.Mapping
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
Copy
Task
ExecuteAsync
(
ICqlBatch
batch
,
string
executionProfile
)
Parameters
batch
Type:
Cassandra.Mapping
ICqlBatch
executionProfile
Type:
System
String
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.