By default all the data member values in a parameter object to wcf service will be null. But how to check if actual null value was passed from the client to my service.
In otherwords if the client actually passed any values including null values to datamembers then I have to do some DB operations. So I need to distinguish between default null values and actual null values passed by client. Please advice.
I'm not sure this is what you asked but you can implement something like this in order to null check.