StiDataPicker Class

Namespace: Stimulsoft.Data.Engine

Methods

Method Returns Description
CleanCache static void  
ExistsInCache static bool  
Fetch static (+1 overloads) DataTable  
GetDataTable static DataTable  
GetFromCache static DataTable  
IsAllBICached static bool  
RetrieveUsedDataSources static IEnumerable<IStiAppDataSource> Fetches all used data sources in the specified query.

Method Details

CleanCache static

CleanCache(appKey: string): void

Parameters

  • appKey (string)

ExistsInCache static

ExistsInCache(dataSource: IStiAppDataSource): bool

Parameters

Returns bool


Fetch static

Fetch(app: IStiApp, dataSourceName: string, option: StiDataRequestOption): DataTable

Parameters

Returns DataTable


Fetch(app: IStiApp, dataSource: IStiAppDataSource, option: StiDataRequestOption): DataTable

Parameters

Returns DataTable


GetDataTable static

GetDataTable(app: IStiApp, dataSource: IStiAppDataSource, option: StiDataRequestOption): DataTable

Parameters

Returns DataTable


GetFromCache static

GetFromCache(dataSource: IStiAppDataSource): DataTable

Parameters

Returns DataTable


IsAllBICached static

IsAllBICached(query: IStiQueryObject, group: string, option: StiDataRequestOption): bool

Parameters

Returns bool


RetrieveUsedDataSources static

RetrieveUsedDataSources(query: IStiQueryObject, group: string, filterNames: IEnumerable): IEnumerable<[IStiAppDataSource](/Stimulsoft.Reports.Class.Reference.NET/Stimulsoft_Base/root/IStiAppDataSource.html)>

Fetches all used data sources in the specified query.

Parameters

Returns IEnumerable<IStiAppDataSource>