FireDAC.Comp.Client.TFDLocalSQLDataSet.ActualName
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDLocalSQLDataSet |
Delphi
property ActualName: String read GetActualName;
C++
__property System::UnicodeString ActualName = {read=GetActualName};
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.