AtomsFramework Persistence Layer Reference Guide

AssociationMap.LazyLoad Property

[This is preliminary documentation and subject to change.]

The association will retrieve proxy versions of the target object(s) when the source object is retrieved.

[Visual Basic]
Public Property LazyLoad As Boolean
[C#]
public bool LazyLoad {get; set;}

Property Value

True if the proxy versions of the target objects should be retrieved when the source object is retrieved.

Remarks

When the source object is retrieved any target objects will also be retrieved.

This property in conjuntion with the DeleteAutomatic and SaveAutomatic properties can be used to implement object aggregations and compostions

See Also

AssociationMap Class | AtomsFramework Namespace