C# (CSharp) NLite.Data.Linq.Expressions SubqueryRemover - 3 examples found. These are the top rated real world C# (CSharp) examples of NLite.Data.Linq.Expressions.SubqueryRemover extracted from open source projects. You can rate examples to help us improve the quality of examples.
Removes one or more SelectExpression's by rewriting the expression tree to not include them, promoting their from clause expressions and rewriting any column expressions that may have referenced them to now reference the underlying data directly.