次の方法で共有


DbExpression.FromDecimal(Nullable<Decimal>) メソッド

定義

指定された (null 許容の) decimal 値を表す DbExpression を作成します。

public static System.Data.Entity.Core.Common.CommandTrees.DbExpression FromDecimal(Nullable<decimal> value);
static member FromDecimal : Nullable<decimal> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Function FromDecimal (value As Nullable(Of Decimal)) As DbExpression

パラメーター

value
Nullable<Decimal>

取得する式の decimal 値。

戻り値

指定された decimal 値を表す DbExpression

適用対象