FormObjectSet.reread 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.reread method, which rereads the current record from the database.
public:
virtual void reread();
public virtual void reread ();
abstract member reread : unit -> unit
override this.reread : unit -> unit
Public Overridable Sub reread ()