I know this is an old question, but in case someone will search for the same question, another option (better, IMHO) is to use:
$$$ClassSQLTable("my.ClassName")
In case you need it for current class:
$$$ClassSQLTable($classname())
To use the $$$ClassSQLTable macro your class needs:
Include Ensemble
- Log in to post comments