Click or drag to resize
ControlPanelObjectRemoveQueryRequiredField Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Removes a query paramater reference from this object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public void RemoveQueryRequiredField(
	string QueryID,
	string ParamaterID
)

Parameters

QueryID
Type: SystemString
The query the paramater we wish to remove belongs to.
ParamaterID
Type: SystemString
The name of the required field we wish to remove.
Remarks