DataPA Enterprise Dashboard Controls API Reference
Refreshes the query specified by ID. If ID is not specified (or is a blank string), the query specified by SelectedQuery is modified.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public void RefreshQuery(
string ID = null
) |
Visual Basic |
---|
Public Sub RefreshQuery (
Optional ID As String = Nothing
) |
Visual C++ |
---|
public:
virtual void RefreshQuery(
String^ ID = nullptr
) sealed |
Parameters
- ID (Optional)
- Type: System..::..String
The id of the query you wish to refresh, or not specified (or a blank string) for the currently selected query.
Remarks
See Also