JsExpression..::..ModelLambda<(Of <(<'TParam, TResult>)>)> Method
Return Value
JavaScript expression from lambda expressionAssembly: Suoranta.WebApp (in Suoranta.WebApp.dll)
Syntax
public static JsExpression ModelLambda<TParam, TResult>( Expression<Func<TParam, TResult>> expr )
Type Parameters
- TParam
- TResult
Parameters
- expr
- Type: Expression<(Of <(<'Func<(Of <(<'TParam, TResult>)>)>>)>)>

