次の方法で共有


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

定義

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

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

パラメーター

value
Nullable<Decimal>

取得する式の decimal 値。

戻り値

指定された decimal 値を表す DbExpression

適用対象