Click or drag to resize

ICqlBatchStatements Property

The statements in the batch.

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

Property Value

Type: IEnumerableCql
See Also