| LinqUtilsSafeExpressionToString Method  | 
 
            returns the string representation of the element passed in or "(null)" if null.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic static string SafeExpressionToString(
	Expression element
)
Public Shared Function SafeExpressionToString ( 
	element As Expression
) As String
Parameters
- element
 - Type: System.Linq.ExpressionsExpression
The element. 
Return Value
Type: 
String
See Also