Persistate API documentation
Parent Property
NamespacesPersistatePersistentParent

[This is preliminary documentation and is subject to change.]

This returns the parent object of this one.
Declaration Syntax
C#
public Persistent Parent { get; internal set; }
Remarks
When an object is first read from persistent storage, the parent may be held as a Reference only. Consequently, getting it may involve an object dereference and subsequent fetch from persistent storage if the object is not in memory.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)