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
- dataSource (IStiAppDataSource)
Returns bool
Fetch static
Fetch(app: IStiApp, dataSourceName: string, option: StiDataRequestOption): DataTable
Parameters
- app (IStiApp)
- dataSourceName (string)
- option (StiDataRequestOption)
Returns DataTable
Fetch(app: IStiApp, dataSource: IStiAppDataSource, option: StiDataRequestOption): DataTable
Parameters
- app (IStiApp)
- dataSource (IStiAppDataSource)
- option (StiDataRequestOption)
Returns DataTable
GetDataTable static
GetDataTable(app: IStiApp, dataSource: IStiAppDataSource, option: StiDataRequestOption): DataTable
Parameters
- app (IStiApp)
- dataSource (IStiAppDataSource)
- option (StiDataRequestOption)
Returns DataTable
GetFromCache static
GetFromCache(dataSource: IStiAppDataSource): DataTable
Parameters
- dataSource (IStiAppDataSource)
Returns DataTable
IsAllBICached static
IsAllBICached(query: IStiQueryObject, group: string, option: StiDataRequestOption): bool
Parameters
- query (IStiQueryObject)
- group (string)
- option (StiDataRequestOption)
Returns bool
RetrieveUsedDataSources static
RetrieveUsedDataSources(query: IStiQueryObject, group: string, filterNames: IEnumerable
Fetches all used data sources in the specified query.
Parameters
- query (IStiQueryObject)
- group (string)
- filterNames (IEnumerable
)
Returns IEnumerable<IStiAppDataSource>