EPUB | CHM | PDF

TPSQLDirectQuery.Methods.Refresh

Top Previous Next

Refreshes the dataset.

Syntax:

procedure Refresh();

Description:

Call this method to close result set and run the same query again. This is the same as calling Close() and Open() methods one by one.

See also: Close(), Open() methods