FireDAC.Comp.Client.TFDTable.TableName
Delphi
property TableName: String read FTableName write SetTableName;
C++
__property System::UnicodeString TableName = {read=FTableName, write=SetTableName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDTable |
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.