DevForce Help Reference
ShowExpression Method


Logs debugging information for the expression.
Syntax
'Declaration
 
Protected Overridable Sub ShowExpression( _
   ByVal expr As Expression, _
   ByVal isBefore As Boolean _
) 
'Usage
 
Dim instance As ExpressionVisitor
Dim expr As Expression
Dim isBefore As Boolean
 
instance.ShowExpression(expr, isBefore)
protected virtual void ShowExpression( 
   Expression expr,
   bool isBefore
)

Parameters

expr
isBefore
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 Class
ExpressionVisitor Members

Send Feedback