Returns a list of all associations which are held by the inheritance chain that this entity participates in.

Namespace:  Mindscape.LightSpeed.MetaData
Assembly:  Mindscape.LightSpeed.MetaData (in Mindscape.LightSpeed.MetaData.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public IList<AssociationInfo> FlattenedAssociations { get; }
Visual Basic (Declaration)
Public ReadOnly Property FlattenedAssociations As IList(Of AssociationInfo)

Remarks

This differs from the Associations collection in that it includes associations from derived and sibling classes. Because these associations are not defined on the entity at hand, they cannot necessarily be used to obtain field values.

See Also