little suggestion

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
hepek
Posts: 126
Joined: Thu 07 Jul 2011 13:59

little suggestion

Post by hepek » Fri 30 Mar 2012 20:07

it would be nice if we can update only ONE entity from database.
a right-click menu option "update this entity from database" on entity would be perfect solution.

currently, is is pretty painful to do so, since we have to start from all objects and un-check everything except the entity that we are interested in.

thank you

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 03 Apr 2012 07:48

hepek wrote:it would be nice if we can update only ONE entity from database.
a right-click menu option "update this entity from database" on entity would be perfect solution.
Please post your suggestion at http://devart.uservoice.com/forums/3867 ... -developer.

Be aware that, starting from the 6.70.311 version of dotConnect for Oracle, the context menu options for checking/unchecking all added/dropped/changed tables are implemented for the root nodes in the "Update To/From Database" wizards. So you can uncheck all tables and then select the only one.

Post Reply