PreCollection.countVia

COUNTs the number of requested entities from the database

ulong nMountains = em.find!Mountain().countVia(db);

Meta