FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLDriver.ActualTableName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.BatchMove.SQL.pas
FireDAC.Comp.BatchMove.SQL.hpp
Unit: FireDAC.Comp.BatchMove.SQL
Parent: TFDBatchMoveSQLDriver

Delphi

property ActualTableName: String read GetActualTableName;

C++

__property System::UnicodeString ActualTableName = {read=GetActualTableName};

Description

Use the ActualTableName property to obtain the name of the source or destination table at run-time.

To define the source or destination table specify the TableName property. You can define the data source using the TableName property or the ReadSQL property. These two properties are mutually exclusive.

See Also