Hello Brian and Hello Filip,
Currently OpenAccess has no mechanism of detecting different table names. But you can easily achieve your task by editing the app.config file.
All you have to do is to find the following tag for each class tag and change it, so that it points to the correct table:
You can of course use
<schema-name>.<table-name> syntax here. They are found in the mapping section under the openaccess section of the app.config.
Bear in mind though that these changes will be lost if you update your project with the Reverse Mapping Wizard.
Greetings,
Serge
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.