ExpressionHelper.GetExpressionText Method (LambdaExpression)
Gets the model name from a lambda expression.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Shared Function GetExpressionText ( _ expression As LambdaExpression _ ) As String 'Usage Dim expression As LambdaExpression Dim returnValue As String returnValue = ExpressionHelper.GetExpressionText(expression)
Parameters
- expression
- Type: System.Linq.Expressions.LambdaExpression
The expression.
Show: