FireDAC.Comp.Client.TFDTable.RefireSQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RefireSQL;

C++

void __fastcall RefireSQL();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDTable

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