WCF Dataservice - modify object before returning results?
I am using WCF data services and I have a few fields/properties that I want to "blank out" (set value to empty string or null) before sending back to client. For example: User table has password column which I do not want to pass the value to the client. This is one example, there are other such columns in the app that the value should be excluded for security/privacy reasons. Sorry for such a basic question, I'm new to WCF dataservices and have not found any promising leads yet. I've tried QueryInterceptors but no luck. Can someone point me in the right direction? Thanks IMO this is out of