Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • TdxEMFADODataProvider Class

    An ADO-based data provider for a session component.

    Declaration

    TdxEMFADODataProvider = class(
        TdxEMFCustomDataProvider
    )

    Remarks

    This data provider is designed to link a session component to an ADO connection object (TADOConnection) 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

    See Also