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

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

Retrieves the Persistent object referred to by this Reference.
Declaration Syntax
C#
public Persistent DeReference(
	Persistent parentObj
)
Parameters
parentObj (Persistent)
The parent object of the object to retrieve. May be null, and should be null if the object is being retrieved through an association.
Return Value
The retrieved object.
Remarks
This could involve a database access, or it may find the object in the Persistate cache. Provisional objects can be de-referenced only if they have a provisional reference.

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