AtomsFramework Persistence Layer Reference Guide

AssociationMap.Entries Property

[This is preliminary documentation and subject to change.]

A collection of AssociationMapEntry objects that anchor the association.

[Visual Basic]
Public ReadOnly Property Entries As Collection
[C#]
public Microsoft.VisualBasic.Collection Entries {get;}

Property Value

A collection AssociationMapEntry objects.

Remarks

This is not a strongly typed collection, but it should be. At some point the type of this property will change.

See Also

AssociationMap Class | AtomsFramework Namespace | Entries