AtomsFramework Persistence Layer Reference Guide

AssociationMap Properties

The properties of the AssociationMap class are listed below. For a complete list of AssociationMap class members, see the AssociationMap Members topic.

Public Instance Properties

AssociationTable An AssociationTable used for managing a Many-To-Many association.
CardinalityType The cardinality of the association
DeleteAutomatic The association will cause the target object(s) to be deleted when the source object is deleted.
Entries A collection of AssociationMapEntry objects that anchor the association.
FromClass The class at the originating end of the association.
FromClassTarget The attribute in the source class where the associated object(s) are stored.
LazyLoad The association will retrieve proxy versions of the target object(s) when the source object is retrieved.
Name The name of the association.
RetrieveAutomatic The association will cause the target object(s) to be retrieved when the source object is retrieved.
SaveAutomatic The association will cause the target object(s) to be saved when the source object is saved.
ToClass The target class for the association (the "to" class)
ToClassTarget For many-to-many associations only. The attribute in the "to" class where the associated object(s) are stored.

See Also

AssociationMap Class | AtomsFramework Namespace