FireDAC.Comp.Client.TFDAdaptedDataSet.PointedConnection
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDAdaptedDataSet |
Delphi
property PointedConnection: TFDCustomConnection read GetPointedConnection;
C++
__property TFDCustomConnection* PointedConnection = {read=GetPointedConnection};
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.