Hi, In ODB 2.1.0 I could use object_traits<class>::table_name to find physical name of table in database to use in custom queries. But ODB 2.2.0 there is no table_name member in object_trait class. What is the preferred method to achieve this? Thanks