AtomsFramework Persistence Layer Reference Guide

AssociationMap.AddEntry Method 

[This is preliminary documentation and subject to change.]

Adds a AssociationMapEntry object to the AssociationMap

[Visual Basic]
Public Sub AddEntry( _
   ByVal entry As AssociationMapEntry _
)
[C#]
public void AddEntry(
   AssociationMapEntry entry
);

Parameters

entry
The AssociationMapEntry object to add

Remarks

Adds an AssociationMapEntry to the Entries collection. Many-To-Many associations do not use this method.

See Also

AssociationMap Class | AtomsFramework Namespace