NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Describes a single container or persistence provider property.
Namespace: NPersistenceUsed 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.
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 |
Member | Description | |
---|---|---|
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
System..::..Attribute
NPersistence..::..PersistenceProperty