Table of Contents

Proxy<T>.DestroyValue Method

Frees the object currently held by the proxy.

Remarks

Call this from the destructor of the owning entity to release the proxied object. Do not call Value here; use DestroyValue instead so that no database load is triggered during destruction.

Syntax

Unit: Aurelius.Types.Proxy

procedure Proxy<T>.DestroyValue;

See also