I am trying to add a relatively simple entity via Telerik.OpenAccess
.
One property of this entity is a GUID set via c#'s GUID.NewGuid()
.
The property is set fine right before the call to SaveChanges()
but then looking in SQL Profiler the value is all 0's.
Anyone experienced this? Couldn't find any advice here or on Telerik's forums and am not sure how to progress.