Skip to main content
A newer version of this page is available. .

DelayedAttribute Properties

Indicates that the property’s value should not be loaded when a persistent object is being loaded. The property will be loaded the first time it is accessed.
Name Description
FieldName Gets the name of the field which stores the value of the delayed property.
GroupName Gets the group’s name.
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
UpdateModifiedOnly Gets whether the delayed property stores all or only modified values to a data store.
See Also