Click or drag to resize
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)
Syntax
public static string SafeExpressionToString(
	Expression element
)

Parameters

element
Type: System.Linq.ExpressionsExpression
The element.

Return Value

Type: String
See Also