NPersistence Reference Guide
Describes a single container or persistence provider property.

Used in PersistenceContext.

Vendor specific properties may be included in the set of properties, and are passed to the persistence provider by the container when the entity manager is created.

Properties that are not recognized by a vendor will be ignored.

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

Syntax

   
 C# 
public sealed class PersistenceProperty : Attribute

Members

         
 All Members  Constructors   Fields  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PersistenceProperty()()()()
Initializes a new instance of the PersistenceProperty class
PersistenceProperty(String)
Initializes a new instance of the PersistenceProperty class
Name
The name of the property///
Value
The value of the property///

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    NPersistence..::..PersistenceProperty

See Also