DataStax C# Driver for Apache Cassandra
DataStax C# Driver for Apache Cassandra
Namespaces
Cassandra.Mapping
IMapper Interface
IMapper Methods
Execute Method
Execute Method (ICqlBatch)
Execute Method (ICqlBatch, String)
IMapper
Execute Method (ICqlBatch, String)
Executes the batch specified synchronously with the provided execution profile.
Namespace:
Cassandra.Mapping
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
Copy
void
Execute
(
ICqlBatch
batch
,
string
executionProfile
)
Parameters
batch
Type:
Cassandra.Mapping
ICqlBatch
executionProfile
Type:
System
String
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
Execute Overload
Cassandra.Mapping Namespace
DataStax C# Driver for Apache Cassandra User Mailing List
© 2019 DataStax, All rights reserved.