We can parse a filter to a FilterClause but there is no easy way to convert that FilterClause to an Expression;
ex: var filterClause = Microsoft.Data.OData.Query.ODataUriParser.ParseFilter(filter, model, entityType);
it would be nice if we can then call filterClause.ToLinqExpression();
ex: var filterClause = Microsoft.Data.OData.Query.ODataUriParser.ParseFilter(filter, model, entityType);
it would be nice if we can then call filterClause.ToLinqExpression();