I\'ve got a search tool which takes a complex search string (actually, an n-level object graph in JSON) and returns some results. I want to expose the functionality to other (in
You can try using a project I wrote called LinqToAnything which you can use to wrap datasources to expose an IQueryable, depending on your needs.