Click or drag to resize
DashboardQueryOrphanedRequiredFields Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a collection of DataPA.Utils.QueryEngine.Field objects that represent the orphaned required fields for this query.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public Collection OrphanedRequiredFields { get; }

Property Value

Type: Collection
A collection of DataPA.Utils.QueryEngine.Field objects that represent the orphaned required fields for this query.

Return Value

Type: Collection
A collection of DataPA.Utils.QueryEngine.Field objects that represent the orphaned required fields for this query.
Remarks