AtomsFramework Persistence Layer Reference Guide

AFAssociationAttribute.TargetProperty Property

[This is preliminary documentation and subject to change.]

ReadOnly. The property in this class that stores the association.

[Visual Basic]
Public ReadOnly Property TargetProperty As String
[C#]
public string TargetProperty {get;}

Remarks

For 1:1 associations the property is typically a reference to an object of the target class.

For 1:M associations the property must be an reference to a PersistentObjectCollection object. This collection will hold multiple instances of the target class

See Also

AFAssociationAttribute Class | AtomsFramework Namespace