I\'m writing a custom LINQ provider 开发者_开发知识库to a RESTful service.Some of the calls in the service return summary headers, including total number of records, pagesize, and the page of the retu
I\'m trying to follow the instructions on Creating an IQueryable LINQ Provider, but when I implement the classes which inherit from ExpressionVisitor as instructed I am told that ExpressionVisitor is
I saw DamienG\'s article (http://damieng.com/blog/2009/06/24/client-side-properties-and-any-remote-linq-provider) in how to map client properties to sql.