AtomsFramework Persistence Layer Reference Guide

ClassMap.GetReferenceAttributeMap Method 

[This is preliminary documentation and subject to change.]

Gets a specific Reference Attribute from the class map.

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

Parameters

index
The index of the desired reference attribute

Return Value

An attribute map, if found

Remarks

This returns an attribute from the reference attributes collection. The index should be the position within the reference attribute collection, not the position within the class map's general attribute collection.

See Also

ClassMap Class | AtomsFramework Namespace