Open this page in the API Guide

CellsetResult Constructor

Initializes a new instance of the CellsetResult class.

Namespace:  Dundas.BI.Data.Functions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public CellsetResult(
	Guid resultId,
	DataCellset cellset
)

Parameters

resultId
Type: System.Guid
The result ID.
cellset
Type: Dundas.BI.Data.DataRetrieval.DataCellset
The cellset result.
Exceptions
ExceptionCondition
ArgumentNullExceptioncellset is null.
See Also