Aracılığıyla paylaş


DbExpression.FromDecimal(Nullable<Decimal>) Yöntem

Tanım

Belirtilen (null atanabilir) ondalık değeri temsil eden bir DbExpression oluşturur.

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

Parametreler

value
Nullable<Decimal>

Döndürülen ifadenin temel alınması gereken ondalık değer.

Döndürülenler

DbExpression Belirtilen ondalık değeri temsil eden bir.

Şunlara uygulanır