Condividi tramite


DbExpression.FromDecimal(Nullable<Decimal>) Metodo

Definizione

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

public static System.Data.Entity.Core.Common.CommandTrees.DbExpression FromDecimal (Nullable<decimal> value);
static member FromDecimal : Nullable<decimal> -> System.Data.Entity.Core.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