LinqToSQL2 icon indicating copy to clipboard operation
LinqToSQL2 copied to clipboard

Add SQL Server NEWSEQUENTIALID() support

Open FransBouma opened this issue 11 years ago • 0 comments

Currently there's no NEWSEQUENTIALID() support in the runtime. Does require query batching, which might not be present as well, as the value inserted has to be read using a scalar query appended to the insert query, and propagated to the entity being inserted.

FransBouma avatar Nov 29 '14 14:11 FransBouma