Error!
Success!

C# / MS SQL Get inserted value of NEWSEQUENTIALID()

0
kicks

C# / MS SQL Get inserted value of NEWSEQUENTIALID()  (Unpublished)

Here is a quick guide to get the new value of NEWSEQUENTIALID() when inserting a row into a table in ms sql. If you have attempted to use NEWSEQUENTIALID() before you will know that it is only possible to use as a generated value in the table when the row is being inserted. This is a guide to get this value from c# when inserting the row.


Kicked By:
Drop Kicked By: