Member Table: Persisting Objects
| Class, method | Description |
|---|---|
| Session.Save | Saves the specified persistent object(s) to a data store. |
| XPBaseObject.Save | Saves the object to a data store. |
| AggregatedAttribute | Indicates that a property or field references other aggregated persistent objects. |
| PersistentAttribute | Indicates that a property, field or class will be stored in a persistent data store. |
| NonPersistentAttribute | Indicates that a class, property or field will not be stored in a persistent data store. |