FireDAC.Comp.Client.TFDTable.GetExists

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetExists: Boolean; override;

C++

virtual bool __fastcall GetExists();

Properties

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

Description

Returns True when the specified table exists.

Use the GetExists property to verify when a table specified by the CatalogName, SchemaName, TableName properties is existing.

See Also