BlendingSourceDefinitionBlendingSourceRefreshTypeEnum Enumeration |
|
DataPA OpenAnalytics API Reference
Enumerated type that describes when the source data table will be refreshed
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum BlendingSourceRefreshTypeEnum
Public Enumeration BlendingSourceRefreshTypeEnum
public enum class BlendingSourceRefreshTypeEnum
DataPA.Utils.QueryEngine.BlendingSourceRefreshTypeEnum = function();
DataPA.Utils.QueryEngine.BlendingSourceRefreshTypeEnum.createEnum('DataPA.Utils.QueryEngine.BlendingSourceRefreshTypeEnum', false);
Members
| Member name | Value | Description |
---|
| AlwaysRefresh | 0 |
The source data table will be refreshed everytime the parent query is refreshed
|
| RefreshIfNoData | 1 |
The source data table will only be refreshed if there is no data available
|
See Also