Resource not found for segment 'Property'
When using ADO.Net Data Services client to refresh an entity by calling the LoadProperty : ctx.BeginLoadProperty(this, "Owner", (IAsyncResult ar) => ... It throws an error on the server if the property is null Error: Exception Thrown: System.Data.Services.DataServiceException: Resource not found for the segment 'Owner'. at System.Data.Services.RequestDescription.GetSingleResultFromEnumerable(SegmentInfo segmentInfo) at System.Data.Services.DataService1.CompareETagAndWriteResponse(RequestDescription description, ContentFormat responseFormat, IDataService dataService) at System.Data.Services