Click or drag to resize
BlendingSourceDefinitionBlendingSourceTypeEnum Enumeration DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Enumerated type that describes how the source data table will be derived

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum BlendingSourceTypeEnum
Members
  Member nameValueDescription
DashboardResultsSet0 The source datatable will be provided from the containing dashboard from one of the existing queries in the dashboard
Query1 The source datatable will be provided by running the query contained within this object
See Also