TdxEMFFireDACDataProvider Class
A FireDAC-based data provider for a session component.
Declaration
TdxEMFFireDACDataProvider = class(
TdxEMFCustomDataProvider
)
Remarks
This data provider is designed to link a session component to a FireDAC connection object (TFDConnection or TADConnection) specified via the Connection property. Refer to the Connecting to a Data Store topic to learn how to connect a session component to a data store using data providers.
Inheritance
TObject
TPersistent
TComponent
TdxEMFCustomDataProvider
TdxEMFFireDACDataProvider
See Also