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

    A component that allows you to expose entity classes contained in an entity model‘s package (stored as a BPL file or installed to the IDE) for dataset components (TdxEMFDataSet and TdxEMFTable) at design time.

    Declaration

    TdxEMFDataContext = class(
        TdxEMFCustomDataContext
    )

    Remarks

    This component introduces properties that allow you to do the following:

    • Select the entity model’s package installed to the IDE (PackageName);

    • Select the package library (BPL) file containing the entity model (PackageFileName).

    Refer to the Entity Model Designer topic for details on how to compile the package library file for your entity model.

    See Also