Search Results for

    Show / Hide Table of Contents

    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).

    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top