AtomsFramework Persistence Layer Reference Guide

AssociationMap.GetEntry Method 

[This is preliminary documentation and subject to change.]

Retrieves a AssociationMapEntry at the given index position

[Visual Basic]
Public Function GetEntry( _
   ByVal index As Short _
) As AssociationMapEntry
[C#]
public AssociationMapEntry GetEntry(
   short index
);

Parameters

index
The index position of the desired AssociationMapEntry object

Return Value

An AssociationMapEntry from the Entries collection at the specified position

Remarks

If the index is beyomd the bounds of the collection an exception will be thrown.

See Also

AssociationMap Class | AtomsFramework Namespace