Open this page in the API Guide

DataCellset Constructor (DataRequest, DataStamp)

Initializes a new instance of the DataCellset class.

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 DataCellset(
	DataRequest request,
	DataStamp dataStamp
)

Parameters

request
Type: Dundas.BI.Data.DataRetrieval.DataRequest
The request.
dataStamp
Type: Dundas.BI.Data.DataRetrieval.DataStamp
The data stamp.
See Also