Description
Hi all,
I have Odata service implemented which takes URL request and then fetches corresponding data from service layer. I have implemented ExpressionVisitor for extracting filter criteria from Odata URL. It works fine for simple entities but when I apply filter to a field of nested entity ExpressionVisitor doesnt identifies it. Is there any way to identify nested entities filter operation ?