NPersistence Reference Guide
Is used with the Access annotation to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
public enum AccessType

Members

MemberValueDescription
FIELD0
Field-based access is used.
PROPERTY1
Property-based access is used.

See Also