Sorry but in original post example WCF DS links was converted to
redirects
It must be:
Works for
--h t t p: //localhost: 2711 / TestWcfDataService.svc/TestEntities
//All entities
--h t t p: //localhost: 2711 / TestWcfDataService.svc/
TestEntities(guid'...')
//1 entity
--h t t p: //localhost: 2711 / TestWcfDataService.svc/
TestEntities(guid'........')/Setup1
//Navigate to setup entity linked to specified entity
--h t t p: //localhost: 2711 / TestWcfDataService.svc/
TestEntities(guid'........')?$expand=Details1
//Main entity and expanded details (eager load)
But do not works for
--h t t p: //localhost: 2711/ TestWcfDataService.svc/
TestEntities(guid'.......')/Details1
//Navigate to Details linked to specified entity (Details lazy
load)
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/nhusers?hl=en.