AtomsFramework Persistence Layer Reference Guide

AssociationMap.ToClassTarget Property

[This is preliminary documentation and subject to change.]

For many-to-many associations only. The attribute in the "to" class where the associated object(s) are stored.

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

Property Value

An attribute map of the "to" class

Remarks

The target attribute is the attribute in the to class where the associated objects are stored.

If the association is not a many-to-many association this value is unused.

The target attribute should be a collection

See Also

AssociationMap Class | AtomsFramework Namespace