Ens, EnsLib and EnsPortal are system packages, developes can subclass them.
To get class count call something like this:
SELECT
count(ID)
FROM %Dictionary.ClassDefinition
WHERE 1=1 AND
System = 0 AND
NOT (Name %STARTSWITH '%' OR
Name %STARTSWITH 'Ens.' OR
Name %STARTSWITH 'EnsLib.' OR
Name %STARTSWITH 'EnsPortal.' OR
Name %STARTSWITH 'HS.' OR
Name %STARTSWITH 'SchemaMap')Missing: SQL way to filter out mapped classes.
- Log in to post comments
