What to do in U7.1 SimpleDataService when the unique object id is not an integer in the creation of a SimpleDataSet NodeDefinition NodeId.
We use Guids as unique id's on objects form the dataservice. Using GetHashCode seams to be a bad option considering that there is a lot of records being added.
Examine IndexedNode.NodeId
What to do in U7.1 SimpleDataService when the unique object id is not an integer in the creation of a SimpleDataSet NodeDefinition NodeId.
We use Guids as unique id's on objects form the dataservice. Using GetHashCode seams to be a bad option considering that there is a lot of records being added.
Hi Kristian
I know it's a bad idea also, but you can extend your objects with an integer id, or create a new table with integer ids mapped to Guid ids.
Thanks,
Alex
is working on a reply...