LinqToSQL2
LinqToSQL2 copied to clipboard
Add SQL Server NEWSEQUENTIALID() support
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.