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



e
Retrieve the string representation of the specified Expression.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetLog( _
   ByVal e As Expression _
) As String
Visual Basic (Usage)Copy Code
Dim e As Expression
Dim value As String
 
value = ExpressionVisitor.GetLog(e)
C# 
public static string GetLog( 
   Expression e
)
C++/CLI 
public:
static String^ GetLog( 
   Expression^ e
) 

Parameters

e

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.