using views for the entity persistence

Hi Wagner,


Firstly thank you for you patience with your direct support over the recent period -  still in the Newbie zone, but making progress.

I mentioned about trying to use views as the basis for my entities.  I have done a 1:1 for a view, i.e.  the view wv_members = select * from members
apart from doing it this want and then editing the "  [Table('WV_MEMBERS')]"
is there any other way of doing this?
editing a script....

I haven't really worked very long at manually creating the entity definitions by hand and so this was my "quick win" so far.

Cheers,
JAC

Hi Jason, you're welcome!

That's what you should do, create a regular entity class (manually) and then set the view name as the "table" name in [Table] attribute!