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.6.0.0 (5.6.19.0117)
Syntax
public static string SafeExpressionToString(
	Expression element
)

Parameters

element
Type: System.Linq.ExpressionsExpression
The element.

Return Value

Type: String
See Also