FireDAC.Comp.Client.TFDLocalSQLDataSet.ActualName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActualName: String read GetActualName;

C++

__property System::UnicodeString ActualName = {read=GetActualName};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDLocalSQLDataSet

Description

Returns the actual dataset name.

Use the ActualName property to get the name that will be used to register the dataset. 

ActualName is equal to the Name value, when it is specified or when DataSet is specified. Otherwise, it is an empty string.

See Also