AtomsFramework Persistence Layer Reference Guide

AFAssociationEntryAttribute Class

[This is preliminary documentation and subject to change.]

Custom attribute to define an attribute pairing that forms part of an association

For a list of all members of this type, see AFAssociationEntryAttribute Members.

System.Object
   System.Attribute
      AtomsFramework.AFAssociationEntryAttribute

[Visual Basic]
NotInheritable Public Class AFAssociationEntryAttribute
    Inherits Attribute
[C#]
public sealed class AFAssociationEntryAttribute : Attribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

When an association is processed all of the attribute pairings in an association are used to form the SQL that actually does the joining between the two classes.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

AFAssociationEntryAttribute Members | AtomsFramework Namespace