Persistate API documentation
DeReference Method (parentObj)
NamespacesPersistateMetaReferenceDeReference(Persistent)

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

Dereferences this MetaReference and produces the referenced object.
Declaration Syntax
C#
public Persistent DeReference(
	Persistent parentObj
)
Parameters
parentObj (Persistent)
Not used here
Return Value
The dereferenced object.
Remarks
This could involve database accesses or a fetch from a remote domain if the referenced object is not in memory.

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