pmMDA.NET

PersistenceHandler.Retrieve Method (Type)

[This is preliminary documentation and subject to change.]

Retrieves all data objects from the database which are from a specified type.

public IDataObject[] Retrieve(
   Type type
);

Parameters

type
The type of the requested data objects.

Return Value

A list with the found data objects. If no data object were found an empty array is returned.

Implements

IDataObjectHandler.Retrieve

See Also

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