Click or drag to resize
DashboardQueryClearRowsAfterRefresh Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a property that indicates the data rows for the datatable related to this query should be clear after refresh.

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

Property Value

Type: Boolean
True if the rows should be cleared.

Return Value

Type: Boolean
True if the rows should be cleared.
Remarks
This property will only really be used for where we are using the dashboard to push data to inmydata
See Also