DbExpression.FromDecimal(Nullable<Decimal>) Metodo

Definizione

Crea un oggetto DbExpression che rappresenta il valore decimale che ammette valori Null specificato.

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

Parametri

value
Nullable<Decimal>

Valore decimale su cui deve basarsi l'espressione restituita.

Restituisce

Oggetto DbExpression che rappresenta il valore decimale specificato.

Si applica a