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

定義

指定した (null 許容) 10 進値を表す 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>

返される式の基になる 10 進値。

返品

指定した 10 進値を表す DbExpression

適用対象