pmMDA.NET

PersistenceHandler.Retrieve Method (Type, Object)

[This is preliminary documentation and subject to change.]

Retrieves the data object tree from the database where the object has the specified identifier and type.

public IDataObject Retrieve(
   Type type,
   object id
);

Parameters

type
The type of the requested data object.
id
The id if the requested data object.

Return Value

The requested data object or null if the data object could not be found.

Implements

IDataObjectHandler.Retrieve

Exceptions

Exception Type Condition
ArgumentNullException type or id is null

See Also

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