AtomsFramework Persistence Layer Reference Guide

AssociationKey Class

[This is preliminary documentation and subject to change.]

Defines the mapping of key attributes to columns in the association table.

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

System.Object
   AtomsFramework.AssociationKey

[Visual Basic]
Public Class AssociationKey
[C#]
public class AssociationKey

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

For Many-To-Many associations only.

Objects of this class are built when the persistence broker is initialised. There should be no need to manually create instances of this class in your applications.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

AssociationKey Members | AtomsFramework Namespace