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

    Specifies the data provider used to link the session component with a connection object.

    Declaration

    property DataProvider: TdxEMFCustomDataProvider read; write;

    Property Value

    Type
    TdxEMFCustomDataProvider

    Remarks

    You can assign any data provider component (a TdxEMFCustomDataProvider descendant) to this property. Refer to the TdxEMFCustomDataProvider class description to learn about the data provider components shipped with the ExpressEntityMapping Framework.

    See Also