FireDAC.Comp.Client.TFDTable.TableName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property TableName: String read FTableName write SetTableName;

C++

__property System::UnicodeString TableName = {read=FTableName, write=SetTableName};

Description

Gets / sets table name to open.

The TableName property value together with CatalogName and SchemaName form the full table name. FireDAC will build SELECT statement to fetch data from specified table.

See Also