Row newRow = table.CreateRowObject();
Guid guid = Guid.NewGuid();
newRow.SetGUID("GUID", guid);I'm able to reproduce this and have entered a bug. The C++ API sets the guid values as expected. This has been entered as NIM076353 and will be fixed in the next release sometime early next year.