1. int Count

Returns the total number of objects stored in the database for the specified type.

Example:

IObjectMapper<Product> mapper = Elementary.GetIObjectMapper<Product>();
int numberOfProducts = mapper.Count;