DashboardQueryOrphanedRequiredFields Property |
|
DataPA OpenAnalytics API Reference
Gets a collection of DataPA.Utils.QueryEngine.Field objects that represent the orphaned required fields for this query.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Collection OrphanedRequiredFields { get; }
Public ReadOnly Property OrphanedRequiredFields As Collection
Get
public:
virtual property Collection^ OrphanedRequiredFields {
Collection^ get () sealed;
}
function get_OrphanedRequiredFields();
Property Value
Type:
CollectionA collection of DataPA.Utils.QueryEngine.Field objects that represent the orphaned required fields for this query.
Return Value
Type:
CollectionA collection of DataPA.Utils.QueryEngine.Field objects that represent the orphaned required fields for this query.
Remarks See Also