Search found 2 matches

by Rik
Mon 31 Oct 2011 07:34
Forum: dotConnect for Oracle
Topic: Update Model From Database with Identity property
Replies: 6
Views: 1629

Ok thank you :)
by Rik
Wed 19 Oct 2011 14:04
Forum: dotConnect for Oracle
Topic: Update Model From Database with Identity property
Replies: 6
Views: 1629

Update Model From Database with Identity property

Hi,

Thanks to this article :

http://www.devart.com/blogs/dotconnect/ ... ggers.html

I can now use sequences in Entity Framework without triggers , with identity and default value.

But when I'm trying to update the model from the database , it always tell me that the primaries keys changed with this message:
(Identity(old=True, new=False))

Why this changes always appears in the list of changes ?

I hope I was understanding

Thanks