Autoincrement uniqueidentifier in C#

Posted by drasto on Stack Overflow See other posts from Stack Overflow or by drasto
Published on 2010-05-14T20:54:02Z Indexed on 2010/05/14 21:04 UTC
Read the original article Hit count: 328

Basically I want to use uniqueidentifier in similar way as identity. I don't want to insert values into it, It should just insert values automatically, different value for each row. I'm not able to set autoincrement on columns of type uniqueidentifier(the property 'autoincrement' is set to false and is not editable).

© Stack Overflow or respective owner

Related posts about c#

Related posts about database