RequestResult Class

The base class for the data retrieval operation results.
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 RequestResult : IDataWarnings

The RequestResult type exposes the following members.

Properties
  NameDescription
Public propertyDataStamp
Gets the data stamp information.
Public propertyException
Gets the exception, if there was one.
Public propertyHasWarnings
Gets a value indicating whether this instance has warnings.
Public propertyMeasurements
Gets the query measurements, if requested by the client.
Public propertyMetricSet
Gets the metric set the result was queried for.
Public propertyParameterValueCaptions
Gets the public parameter value captions, if requested by the client.
Public propertyWarnings
Gets the warnings.
Top
See Also