Represents an association declaration in a LightSpeed entity class, independent of any particular entity.

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 class AssociationInfo : FieldInfo
Visual Basic (Declaration)
Public Class AssociationInfo _
	Inherits FieldInfo

Remarks

LightSpeed associations are bi-directional so ensure you inspect the ReverseAssociationInfo property for details on the association from the position of the other entity in the relationship.

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.MetaData..::.FieldInfo
    Mindscape.LightSpeed.MetaData..::.AssociationInfo

See Also