FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLDriver.ActualTableName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActualTableName: String read GetActualTableName;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.BatchMove.SQL.pas
FireDAC.Comp.BatchMove.SQL.hpp
FireDAC.Comp.BatchMove.SQL TFDBatchMoveSQLDriver

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