CellsetResult Constructor |
Namespace:
Dundas.BI.Data.Functions
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public CellsetResult(
Guid resultId,
DataCellset cellset
)
Public Sub New (
resultId As Guid,
cellset As DataCellset
)
public:
CellsetResult(
Guid resultId,
DataCellset^ cellset
)
new :
resultId : Guid *
cellset : DataCellset -> CellsetResult
Parameters
- resultId
- Type: SystemGuid
The result ID. - cellset
- Type: Dundas.BI.Data.DataRetrievalDataCellset
The cellset result.
Exceptions See Also