Initializes a new instance of the ReverseAssociationAttribute class.

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

Syntax

C#
public ReverseAssociationAttribute(
	string fieldName
)
Visual Basic (Declaration)
Public Sub New ( _
	fieldName As String _
)

Parameters

fieldName
Type: System..::.String
The field corresponding to the reverse association.

See Also