DashboardDesignerModifyQuery Method |
|
DataPA OpenAnalytics API Reference
Modifies 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 public void ModifyQuery(
string ID = null
)
Public Sub ModifyQuery (
Optional ID As String = Nothing
)
public:
virtual void ModifyQuery(
String^ ID = nullptr
) sealed
function ModifyQuery(ID);
Parameters
- ID (Optional)
- Type: SystemString
The id of the query you wish to modify, or not specified (or a blank string) for the currently selected query.
Remarks See Also