DelayedAttribute Constructors
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 | Parameters | Description |
---|---|---|
Delayed |
none |
Initializes a new instance of the Delayed |
Delayed |
update |
Initializes a new instance of the Delayed |
Delayed |
field |
Initializes a new instance of the Delayed |
Delayed |
field |
Initializes a new instance of the Delayed |
Delayed |
field |
Initializes a new instance of the Delayed |
Delayed |
field |
Initializes a new instance of the Delayed |
See Also