AtomsFramework Persistence Layer Reference Guide

AFTableAttribute Class

[This is preliminary documentation and subject to change.]

Custom attribute to define table mappings for a class

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

System.Object
   System.Attribute
      AtomsFramework.AFTableAttribute

[Visual Basic]
NotInheritable Public Class AFTableAttribute
    Inherits Attribute
[C#]
public sealed class AFTableAttribute : 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

Holds information about the tables that a class will be mapped to.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

AFTableAttribute Members | AtomsFramework Namespace