共用方式為


DbExpression.FromDecimal(Nullable<Decimal>) 方法

定義

建立 DbExpression,表示指定之可為 Null 的十進位值。

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>

傳回之運算式應以其為基礎的十進位值。

傳回

DbExpression,表示指定的十進位值。

適用於