AtomsFramework Persistence Layer Reference Guide

AssociationMap.RetrieveAutomatic Property

[This is preliminary documentation and subject to change.]

The association will cause the target object(s) to be retrieved when the source object is retrieved.

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

Property Value

True if 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