FireDAC.Comp.Client.TFDTable.RefireSQL

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDTable

Delphi

procedure RefireSQL;

C++

void __fastcall RefireSQL();

Description

Allows to rebuild a SELECT statement and reopen the table.

Use the RefireSQL method to force FireDAC to rebuild a SELECT statement, which TFDTable will send to a DBMS, and to reopen the table. That may be useful when the GetCustomWhere method value has to be changed.

See Also