Click or drag to resize
DashboardQueryDataManageType Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets the data manage type that indicates if this query collates data.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardQueryDataManageTypeEnum DataManageType { get; set; }

Property Value

Type: DashboardQueryDataManageTypeEnum
DataManageTypeEnum.Collate if this query collates data, otherwise DataManageTypeEnum.Standard.

Return Value

Type: DashboardQueryDataManageTypeEnum
DataManageTypeEnum.Collate if this query collates data, otherwise DataManageTypeEnum.Standard.
Remarks
If SupportsCollate is false will always return DataManageTypeEnum.Standard.
See Also