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
)
Public Shared Function SafeExpressionToString (
element As Expression
) As String
Parameters
- element
- Type: System.Linq.ExpressionsExpression
The element.
Return Value
Type:
StringSee Also