IDataRetrievalService Interface

Interface for data retrieval functionality.

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 interface IDataRetrievalService

The IDataRetrievalService type exposes the following members.

Methods
 NameDescription
Public methodClearResultCacheClears the data result cache.
Public methodRetrieveBatchedBusinessDataAsync Retrieves batched business data for MetricSet objects according to the specified requests.
Public methodRetrieveBusinessDataAsync(ClientRequest) Retrieves business data for MetricSet objects according to the specified requests.
Public methodCode exampleRetrieveBusinessDataAsync(ICollectionClientRequest) Retrieves business data for MetricSet objects according to the specified requests.
Public methodRetrieveDataRegionStatisticsAsync(BatchedClientRequest, ICollectionDataRegion) Computes the measure statistics for the requested data regions within a specified batched data result.
Public methodRetrieveDataRegionStatisticsAsync(ClientRequest, ICollectionDataRegion) Computes the measure statistics for the requested data regions within a specified data result.
Top
See Also