J
Jason L James
Hi all,
is there a method or property of a class that will
return a GUID in VB.NET that I can use as
the PK of my DB. I do not want SQL to generate
it as I can not then use
SELECT @@IDENTITY to retrieve it.
I want to try and mimic the functionality of
newID()
that SQL server has.
Thanks,
Jason.
is there a method or property of a class that will
return a GUID in VB.NET that I can use as
the PK of my DB. I do not want SQL to generate
it as I can not then use
SELECT @@IDENTITY to retrieve it.
I want to try and mimic the functionality of
newID()
that SQL server has.
Thanks,
Jason.