V3 - How to define auto increment column?

Posts   
 
    
Rushmore
User
Posts: 125
Joined: 27-Jan-2005
# Posted on: 21-Jul-2010 16:32:54   

Hello,

I want to make use of the Model-First-Scenario.

DataStorage is SQL Server 2005.

How or where can I define that the primary key is a kind of identity (auto increment)?

Kind regards, Carlo

Walaa avatar
Walaa
Support Team
Posts: 14946
Joined: 21-Aug-2005
# Posted on: 21-Jul-2010 16:49:26   

When there is a mapping between this entity and a database table, Identity or autoincrement can be defined in the Field mappings tab. Just select the cell under the Sequence column, and select the appropriate sequence from what's available in the dropdown list.

Please check this documentation link