IdeaBlade DevForce 2010 Help Reference
ShowExpression Method
See Also  Send Feedback
IdeaBlade.Linq Assembly > IdeaBlade.Linq Namespace > ExpressionVisitor Class : ShowExpression Method



expr
isBefore
Logs debugging information for the expression.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub ShowExpression( _
   ByVal expr As Expression, _
   ByVal isBefore As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As ExpressionVisitor
Dim expr As Expression
Dim isBefore As Boolean
 
instance.ShowExpression(expr, isBefore)
C# 
protected virtual void ShowExpression( 
   Expression expr,
   bool isBefore
)
C++/CLI 
protected:
virtual void ShowExpression( 
   Expression^ expr,
   bool isBefore
) 

Parameters

expr
isBefore

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.