ASP.NET Core MVC コントロールヘルプ
Expression メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > CalculatedFieldBuilder クラス : Expression メソッド
The value.
Configurates C1.Web.Mvc.CalculatedField.Expression. Sets the expression which is used to calculates field value. The expression may refer to the current item via the context variable '$', which contains the item's original and calculated values.
シンタックス
'宣言
 
Public Function Expression( _
   ByVal value As System.String _
) As CalculatedFieldBuilder
public CalculatedFieldBuilder Expression( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
参照

CalculatedFieldBuilder クラス
CalculatedFieldBuilder メンバ