entity framework - EntityFramework Code First - Sql Server Database Id Error -
when insert new record,sql server database table not save well-order auto increment.how can solve it?
w
in order prevent collisions in rapid insertions, sql server provides default cache value auto incremented column. should not rely on order of column insert sequence of records. can use sequence generator no cache setting explained here
Comments
Post a Comment