I'm trying to get the SQL table name for the entity. When I work with the MetadataWorkspace queries I get lots of information from the object or the storage space. But schema name and table name are not present.
I try query all the EntityType objects for CSpace and SSpace and I can see both listed correctly but I can't figure out how to get SSpace from CSpace.
So say I have a type in the object model called User - how do I find the tablename with schema name (tkp.User) in the database?
Is there any way to do this?