I am attempting to pass a GUID ID column created in SQL Server and defined
as "uniqueidentifier ROWGUIDCOL" created with NEWID() back to my Web Service
for return to the client after the row is inserted but am not sure what
datatype I should use in C# for this (int?, string(16)?,?). Does anyone know
what this should be?