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

정의

DbExpression 지정된(nullable) 10진수 값을 나타내는 값을 만듭니다.

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진수 값입니다.

반품

DbExpression 지정된 10진수 값을 나타내는 A입니다.

적용 대상