Page 1 of 1

Using Store Generated Pattern

Posted: Wed 13 Apr 2011 11:24
by Jupiler
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

Posted: Wed 13 Apr 2011 13:24
by AndreyR
Go to Model Explorer->Model.Store->Tables/Views node.
Set the StoreGeneratedPattern attribute for the Storage entity, not for the conceptual one.