Initializes a new instance of the ForeignKeyFieldAttribute class.

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

Syntax

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

Parameters

fieldName
Type: System..::.String
The name of the field containing the foreign key value for this association.

Remarks

fieldName may be a dotted path into a value object. At present, only dotted paths into a composite Id are supported.

See Also