FireDAC.Comp.Client.TFDAdaptedDataSet.PointedConnection
Delphi
property PointedConnection: TFDCustomConnection read GetPointedConnection;
C++
__property TFDCustomConnection* PointedConnection = {read=GetPointedConnection};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDAdaptedDataSet |
説明
実際の接続オブジェクトです。
PointedConnection プロパティは、次の条件を満たす接続オブジェクトへの参照を返します。
- 下位のデータセットの Connection プロパティにより参照される。
- 下位のデータセットの ConnectionName プロパティにより指定された名前である。