entities based on views will be added in 1.0.2004.2, which goes beta (hopefully) this week.
Will it support updating the underlying data in the view if the view allows it?
Thanks,
Fishy
Full support, if the db doesn't support it, you'll see that at runtime when you call Save(). I can't check if a save will work or not, as for example Sqlserver and oracle save single table rows only in a multi-row view.
Do you have any update on the full release of 1.0.2004.2? I would also like to create relationships between views and tables, which means, reading into your previous replies, that I need to create an entity based on a view, rather than a table?
Do you have any update on the full release of 1.0.2004.2? I would also like to create relationships between views and tables, which means, reading into your previous replies, that I need to create an entity based on a view, rather than a table?
In 1.0.2004.2 you can add entities mapped on views, which then allow you to create a relation between a table and a view using a custom relation created in the designer. 1.0.2004.2 is now in beta.
just to add this thread info useful,
add the primary key for the entity so it will generate ctor's & if required can add relations to other entities in this table's relations tab.