pmMDA.NET

PersistenceHandler.RetrieveLw Method (Type, Object)

[This is preliminary documentation and subject to change.]

Retrieves the data lightweight object tree where the root object has the given identifier and class.

public ILightweightObject RetrieveLw(
   Type type,
   object id
);

Parameters

type
Type of the root object to retrieve.
id
Identifier of the root object to retrieve.

Return Value

The requested lightweight object if found; otherwise, null.

Implements

IDataObjectHandler.RetrieveLw

See Also

PersistenceHandler Class | PmMda.Net.Dog.Persistence Namespace | PersistenceHandler.RetrieveLw Overload List