GUID

  • Thread starter Thread starter Jim Heavey
  • Start date Start date
J

Jim Heavey

I have a DataTable in which one of the columns is a GUID. When I go to add
a new DataRow, how do I generate a GUID? I see that there is a datatype of
Guid, but it appears to me that I must define the guid value that I am
wanting. Is there some way to generate this automatically?

After I generate and place this value in the DataTable, should I use the
generated value or should I just let my database generate the Guid, as I
have my database set up to generate it.

Thanks in advance for your assistance!!!!!!!
 
Back
Top