DashboardQueryClearRowsAfterRefresh Property |
|
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: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ClearRowsAfterRefresh { get; set; }
Public Property ClearRowsAfterRefresh As Boolean
Get
Set
public:
virtual property bool ClearRowsAfterRefresh {
bool get () sealed;
void set (bool value) sealed;
}
function get_ClearRowsAfterRefresh();
function set_ClearRowsAfterRefresh(value);
Property Value
Type:
BooleanTrue if the rows should be cleared.
Return Value
Type:
BooleanTrue 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