IManagementDatabase.Refresh Method

Refreshes all properties with the values from the underlying DB.
Sub Refresh()
This language is not supported or no code example is available.
void Refresh()
This language is not supported or no code example is available.
Remarks
 
Normally, you don't have to call this method because it is done automatically when a macro or an event starts. Basically, it refreshes the following properties: EstimateTable and CustomTables.

This method ensures that all data is up to date even if the user performed some changes manually in the UI, such as inserting or deleting a row.

Version
 
Available since QDV 7.21.877.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition