AtomsFramework Persistence Layer Reference Guide

AssociationKeyCollection Class

[This is preliminary documentation and subject to change.]

A collection of AssociationKey objects.

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

System.Object
   System.Collections.CollectionBase
      AtomsFramework.AssociationKeyCollection

[Visual Basic]
Public Class AssociationKeyCollection
    Inherits CollectionBase
[C#]
public class AssociationKeyCollection : CollectionBase

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

This collection is used to track the multiple association mappings needed for a Many-To-Many association.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

AssociationKeyCollection Members | AtomsFramework Namespace