Using Store Generated Pattern

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
Jupiler
Posts: 16
Joined: Tue 12 Apr 2011 11:43

Using Store Generated Pattern

Post by Jupiler » Wed 13 Apr 2011 11:24

Hi,
I have a table in my entity developer that contains a key column that is generated by a trigger in the database. I visual studio I would set the "Store Generated Pattern" to identity for this column, in the entity developer I can't find this option, I'm using version 2.80.136, is this property not available?
Kind Regards,
Femke

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

Post by AndreyR » Wed 13 Apr 2011 13:24

Go to Model Explorer->Model.Store->Tables/Views node.
Set the StoreGeneratedPattern attribute for the Storage entity, not for the conceptual one.

Post Reply