DataPA Enterprise Dashboard Controls API Reference
Resets the dataprovider for this object, forcing it to be rebuilt

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public void ResetDataProvider()
Visual Basic
Public Sub ResetDataProvider
Visual C++
public:
virtual void ResetDataProvider() sealed

Remarks

Should be called whenever the query data changes, or the definition of this object changes.

See Also