Click or drag to resize
BlendingSourceDefinitionBlendingSourceRefreshTypeEnum Enumeration DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Enumerated type that describes when the source data table will be refreshed

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum BlendingSourceRefreshTypeEnum
Members
  Member nameValueDescription
AlwaysRefresh0 The source data table will be refreshed everytime the parent query is refreshed
RefreshIfNoData1 The source data table will only be refreshed if there is no data available
See Also