DbExpression.FromDecimal(Nullable<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>

回傳表達式應基於的十進位數值。

傳回

DbExpression A 代表指定的小數值。

適用於