DbExpression.FromDecimal(Nullable<Decimal>) Methode

Definitie

Hiermee maakt u een DbExpression waarde die de opgegeven (nullable) decimale waarde vertegenwoordigt.

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

Parameters

value
Nullable<Decimal>

De decimale waarde waarop de geretourneerde expressie moet worden gebaseerd.

Retouren

Een DbExpression die de opgegeven decimale waarde vertegenwoordigt.

Van toepassing op