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 |
---|---|
Field |
Gets the name of the field which stores the value of the delayed property. |
Group |
Gets the group’s name. |
Type |
When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
Update |
Gets whether the delayed property stores all or only modified values to a data store. |
See Also