dotConnect for Oracle and Entity

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
halley73to
Posts: 29
Joined: Wed 07 Oct 2009 07:24

dotConnect for Oracle and Entity

Post by halley73to » Thu 19 Nov 2009 10:46

Hi,
i've generated a Entity Model for my application.

The tables on the db have ID genrated by trigger.

How can i retrieve the value after an insert?

Thank's

halley73to
Posts: 29
Joined: Wed 07 Oct 2009 07:24

Post by halley73to » Thu 19 Nov 2009 10:53

WHY the StoreGenerated pattern can't be put via the designer???

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 19 Nov 2009 11:49

You can set the StoreGeneratedPattern property (and edit the Storage model) in design time
using Entity Developer if you are working with Devart Entity model.
Microsoft ADO.NET Entity Data model designer does not support the design time Storage model editing.

halley73to
Posts: 29
Joined: Wed 07 Oct 2009 07:24

Post by halley73to » Thu 19 Nov 2009 12:29

Yeah, i've find this ...

Thanks a lot!!! :D

Post Reply