RequestResult Class

The base class for the data retrieval operation results.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalRequestResult
    Dundas.BI.Data.DataRetrievalBatchedResult
    Dundas.BI.Data.DataRetrievalDataResult

Namespace: Dundas.BI.Data.DataRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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