AtomsFramework Persistence Layer Reference Guide

AssociationMap.Name Property

[This is preliminary documentation and subject to change.]

The name of the association.

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

Property Value

A string containing the name of the association.

Remarks

Associations are named either by specifically declaring the name in the O/R mapping or are named using the Target attributes name.

See Also

AssociationMap Class | AtomsFramework Namespace