DataStax Enterprise C# Driver
DataStax Enterprise C# Driver
Namespaces
Dse.Mapping
IMapper Interface
IMapper Methods
ExecuteAsync Method
ExecuteAsync Method (ICqlBatch)
IMapper
.
ExecuteAsync Method (ICqlBatch)
Executes the batch specified asynchronously.
Namespace:
Dse.Mapping
Assembly:
Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
Copy
Task
ExecuteAsync
(
ICqlBatch
batch
)
Parameters
batch
Type:
Dse.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
Dse.Mapping Namespace
DataStax C# Drivers User Mailing List
© 2017 DataStax, All rights reserved.