Share via


DbExpression.FromInt32(Nullable<Int32>) Metodo

Definizione

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

public:
 static System::Data::Common::CommandTrees::DbExpression ^ FromInt32(Nullable<int> value);
public static System.Data.Common.CommandTrees.DbExpression FromInt32 (int? value);
static member FromInt32 : Nullable<int> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Function FromInt32 (value As Nullable(Of Integer)) As DbExpression

Parametri

value
Nullable<Int32>

Valore Int32 su cui deve basarsi l'espressione restituita.

Restituisce

Oggetto DbExpression che rappresenta il valore Int32 specificato.

Si applica a