public static CollectionResourceQueryModel Compile(Expression expression)
 {
     var compiler = new QueryModelCompiler();
     return compiler.GenerateQueryModel(expression);
 }
Beispiel #2
0
        public static CollectionResourceQueryModel Compile(Expression expression)
        {
            var compiler = new QueryModelCompiler();

            return(compiler.GenerateQueryModel(expression));
        }