FireDAC.Comp.Client.TFDAdaptedDataSet.PointedConnection
Delphi
property PointedConnection: TFDCustomConnection read GetPointedConnection;
C++
__property TFDCustomConnection* PointedConnection = {read=GetPointedConnection};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp | FireDAC.Comp.Client | TFDAdaptedDataSet | 
Description
The actual connection object.
The PointedConnection property returns the reference to a connection object, which:
- Is referenced by the Connection property of the descendant dataset.
- Has the name specified by the ConnectionName property of the descendant dataset.