FireDAC.Comp.Client.TFDTable.GetExists

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetExists: Boolean; override;

C++

virtual bool __fastcall GetExists();

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