change database and table metadata at runtime

Discussion of open issues, suggestions and bugs regarding EntityDAC
Post Reply
elion
Posts: 29
Joined: Wed 10 Dec 2014 07:15

change database and table metadata at runtime

Post by elion » Tue 15 Mar 2016 15:20

Hello!

I have a table in my EntityDAC model. It has always the same structure. But I create for different data a new database and new tables, so, they have the same structure but have different names. I would like to work with these tables through the framework.

How can I change the metadata of the table and database at runtime before I use the corresponding EnityDAC object? Could you provide a small example which properties I have to set?

Thank you!

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: change database and table metadata at runtime

Post by AlexP » Fri 18 Mar 2016 12:54

Hello,

No, there is no way to implement such behavior.

Post Reply