Partager via


DbExpression.FromInt32(Nullable<Int32>) Méthode

Définition

Crée une DbExpression qui représente la valeur Int32 (pouvant avoir la valeur null) spécifiée.

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

Paramètres

value
Nullable<Int32>

Valeur Int32 sur laquelle l'expression retournée doit être basée.

Retours

DbExpression qui représente la valeur Int32 spécifiée

S’applique à