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 (24.1.0.1001)
Syntax
public CellsetResult(
	Guid resultId,
	DataCellset cellset
)

Parameters

resultId
Type: SystemGuid
The result ID.
cellset
Type: Dundas.BI.Data.DataRetrievalDataCellset
The cellset result.
Exceptions
ExceptionCondition
ArgumentNullExceptioncellset is .
See Also