odata - Interceptors in WCF data service -


using changeinterceptors can perform custom modifications on objects being processed. using queryinterceptors can influence whether object returned wcf or not. there way modify object or collection of objects after retrieving them via ef database , before sending them? objects in question have navigation properties requested, too. retrieving them via webget not option.

any hints or ideas highly appreciated

i had come across similar requirement, , found wcf ds data-centric , limited when comes doing such things. might want wcf ds service actions doubt address requirement.

the solution can think of retrieve entities using webget method, , on client use dataservicequery.expand retrieve navigation properties.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -