Open this page in the API Guide

BatchedResult.Cellsets Property

Gets the batched cell sets.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public IReadOnlyList<BatchCellset> Cellsets { get; }

Property Value

Type: IReadOnlyList<BatchCellset>
See Also