DataResult Class

Class that represents the result for a data retrieval operation.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class DataResult : RequestResult

The DataResult type exposes the following members.

Properties
  NameDescription
Public propertyCellset
Gets the records.
Public propertyDataStamp
Gets the data stamp information.
(Inherited from RequestResult.)
Public propertyException
Gets the exception, if there was one.
(Inherited from RequestResult.)
Public propertyHasWarnings
Gets a value indicating whether this instance has warnings.
(Inherited from RequestResult.)
Public propertyMeasurements
Gets the query measurements, if requested by the client.
(Inherited from RequestResult.)
Public propertyMetricSet
Gets the metric set the result was queried for.
(Inherited from RequestResult.)
Public propertyOptimizerAnalysis
Gets the optimization process results, if this was requested and performed.
Public propertyParameterValueCaptions
Gets the public parameter value captions, if requested by the client.
(Inherited from RequestResult.)
Public propertyWarnings
Gets the warnings.
(Inherited from RequestResult.)
Top
See Also