pmMDA.NET

PersistenceHandler.GetCount Method (Type)

[This is preliminary documentation and subject to change.]

Gets the count of data objects which are from a specified type.

public int GetCount(
   Type type
);

Parameters

type
The type of the data objects whose count is requested.

Return Value

The persietent count of data objects which are from a specified type.

Implements

IDataObjectHandlerImpl.GetCount

See Also

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