EntityDAC

TUnmappedEntity Class

The class represents an unmapped entity instance.

For a list of all members of this type, see TUnmappedEntity members.

Unit

EntityDAC.Entity

Syntax

TUnmappedEntity = class(TEntity);

Remarks

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

Inheritance Hierarchy

TEntity
   TUnmappedEntity

See Also

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