od andesys » stř 19. říj 2016 21:12:56
Yes, you can use directly also table name from the database in an ObjectGears query. There is the disadvantage that the query will not be easily transferable to another ObjectGears instance, because the class may have another ID there. So, you can have issues when moving the query from the development instance to the test and production.
Using DataRow table names is not a recommended approach.