다음을 통해 공유


DbExpression.FromDecimal(Nullable<Decimal>) 메서드

정의

지정된 nullable 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입니다.

적용 대상