Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

JsExpression..::..If Method

New JavaScript boolean expression from LINQ expression

Namespace:  Suoranta.WebApp.View.JS
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


public static JsExpression If(
	Expression<Func<bool>> expr
)

Parameters

expr
Type: Expression<(Of <(<'Func<(Of <(<'Boolean>)>)>>)>)>

Return Value