CellsetResult Class

Represents a matrix function result.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.Functions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public class CellsetResult : FunctionResult

The CellsetResult type exposes the following members.

Constructors
  NameDescription
Public methodCellsetResult
Initializes a new instance of the CellsetResult class.
Top
Properties
  NameDescription
Public propertyCellset
Gets the cellset result.
Public propertyFormat
Gets the format for the current instance.
(Inherited from FunctionResult.)
Public propertyId
Gets the result ID.
(Inherited from FunctionResult.)
Top
See Also