NonPersistentAttribute Class
Excludes a field from a schema created for an entity class marked with the AutomappingAttribute.
Declaration
NonPersistentAttribute = class(
TCustomAttribute
)
Remarks
Refer to the AutomappingAttribute description for more information and an example of how to use the NonPersistentAttribute attribute.
Inheritance
TObject
TCustomAttribute
NonPersistentAttribute
See Also