Timestamp as part of composite primary key?
Posted
by Curtis White
on Stack Overflow
See other posts from Stack Overflow
or by Curtis White
Published on 2010-04-12T18:21:13Z
Indexed on
2010/04/12
18:23 UTC
Read the original article
Hit count: 433
I get this error when using linq-to-sql with timestamp as part of a composite primary key:
"The primary key column of type 'Timestamp' cannot be generated by the server."
I'm guessing this may be due to the fact timestamp is just a row version thus perhaps it must be created after the insert? Or...
© Stack Overflow or respective owner