EntityDAC

TMappedEntityClass Class Reference

The class that represents a mapped entity instance and provides methods for managing its.

Unit

EntityDAC.EntityContext

Syntax

TMappedEntityClass = class of TMappedEntity;

Remarks

TMappedEntity intended to hold the instance of an entity that is mapped to the particular database table. TMappedEntity is updatable, it can be saved to the database or deleted. Those entities that are the result of a query execution and can not be mapped to the particular table, are represented with the TUnmappedEntity class instances.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback