FormObjectSet.refresh Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.refresh method, which updates the view of all records in the data source.
public:
virtual void refresh();
public virtual void refresh ();
abstract member refresh : unit -> unit
override this.refresh : unit -> unit
Public Overridable Sub refresh ()