Share via


QueryRun.run Method

Definition

Opens a form used to obtain information about the query from the user, and fetches the matching records.

public:
 virtual void run();
public virtual void run ();
abstract member run : unit -> unit
override this.run : unit -> unit
Public Overridable Sub run ()

Remarks

Running the query will find the records that satisfy the constraints entered by the user. However, running the query in this manner has no side effects. In order to be useful, one or more of the inherited methods must be overloaded.

Applies to