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.
Inheritance
TObject
TPersistent
TComponent
TdxEMFCustomDataContext
TdxEMFDataContext
See Also