BatchedResult Class

Class that represents the batched result for a data retrieval operation.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalRequestResult
    Dundas.BI.Data.DataRetrievalBatchedResult

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 BatchedResult : RequestResult

The BatchedResult type exposes the following members.

Properties
 NameDescription
Public propertyCellsets Gets the batched cell sets.
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 propertyHierarchies Gets the cell set hierarchies.
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 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