DevForce Help Reference
ExpressionVisitor Class
Members 


Base expression visitor implementation.
Syntax
'Declaration
 
Public Class ExpressionVisitor 
'Usage
 
Dim instance As ExpressionVisitor
public class ExpressionVisitor 
Remarks
This class simply walks an System.Linq.Expressions.Expression tree without modifying it, but can be used as the base class for more complex visitors. You can also use the static GetLog method to return a string representation of an Expression tree for debugging purposes.
Inheritance Hierarchy

System.Object
   IdeaBlade.Linq.ExpressionVisitor

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExpressionVisitor Members
IdeaBlade.Linq Namespace

Send Feedback