J
Jim Heavey
If I am setting up a DataTable and a particular column is defined as a GUID
and in SQL Server it has a default value of newid() does this mean that I
should define the "DefaultValue" for the column as new Guid()? How do I
handle setting the DefaultValue for the column in the datatable?
and in SQL Server it has a default value of newid() does this mean that I
should define the "DefaultValue" for the column as new Guid()? How do I
handle setting the DefaultValue for the column in the datatable?