This issue is related with the question I posted on StackOverflow.
I have no idea what a DataSpace does in EF. However, it seems that changing the DataSpace from a System.Data.Entity.Core.Metadata.Edm.DataSpace.CSpace to a System.Data.Entity.Core.Metadata.Edm.DataSpace.OSpace in method GetKeyNames solves my issue.
I suspect that changing it in GetEntitySetName as well might solve another issue I have: IncludeInPayload(true). I would like to do a quick test, but I can not override that method.
Thanks in advance for you inputs and comments.
This issue is related with the question I posted on StackOverflow.
I have no idea what a DataSpace does in EF. However, it seems that changing the
DataSpacefrom aSystem.Data.Entity.Core.Metadata.Edm.DataSpace.CSpaceto aSystem.Data.Entity.Core.Metadata.Edm.DataSpace.OSpacein methodGetKeyNamessolves my issue.I suspect that changing it in
GetEntitySetNameas well might solve another issue I have:IncludeInPayload(true). I would like to do a quick test, but I can not override that method.Thanks in advance for you inputs and comments.