C# Class CqlSharp.Linq.Query.PartialEvaluator

Performs evaluation & replacement of independent sub-trees
Mostrar archivo Open project: reuzel/CqlSharp

Public Methods

Method Description
Evaluate ( Expression expression, bool>.Func fnCanBeEvaluated ) : Expression

Performs evaluation & replacement of independent sub-trees

Method Details

Evaluate() public static method

Performs evaluation & replacement of independent sub-trees
public static Evaluate ( Expression expression, bool>.Func fnCanBeEvaluated ) : Expression
expression System.Linq.Expressions.Expression The root of the expression tree.
fnCanBeEvaluated bool>.Func A function that decides whether a given expression node can be part of the local function.
return System.Linq.Expressions.Expression