Click or drag to resize

Batch Class

Inheritance Hierarchy
SystemObject
  DseStatement
    Dse.Data.LinqBatch

Namespace:  Dse.Data.Linq
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public abstract class Batch : Statement

The Batch type exposes the following members.

Properties
  NameDescription
Public propertyIsEmpty
Public propertyKeyspace
Gets the keyspace this query operates on. The returned value should not be null only when the IStatement applies to a different keyspace to the logged keyspace of the ISession.
(Overrides StatementKeyspace.)
Public propertyQueryTrace
Public propertyRoutingKey (Overrides StatementRoutingKey.)
Top
Methods
See Also