Click or drag to resize
ICqlBatch.Statements Property
The statements in the batch.

Namespace: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.0.0.0
Syntax
C#
IEnumerable<Cql> Statements { get; }

Property Value

Type: IEnumerable<Cql>
See Also