I would like to leverage LinqKit's AsExpandable feature to be able to translate my custom methods inside of my linq query.
I can achieve this by implementing my own expression visitor which will translate my custom methods to expression that EF provider can understand.
After digging a bit into the LinqKit source code, it seems to me that LinqKit was not designed to support such scenario even if it says so on its home page (see capture).
How can one plug a custom visitor into the LinqKit's pipeline ? Any ideas or advices ?
Thanks a lot !
Riana