Namespace BTR.Core.Linq
Classes
ExpressionExtensions
ExpressionVisitor
Expression visitor (from http://blogs.msdn.com/mattwar/archive/2007/07/31/linq-building-an-iqueryable-provider-part-ii.aspx).
ExpressionVisitor<T>
This class visits every Parameter expression in an expression tree and calls a delegate to optionally replace the parameter. This is useful where two expression trees need to be merged (and they don't share the same ParameterExpressions).