Partager via


DbExpression.FromInt64(Nullable<Int64>) Méthode

Définition

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

public:
 static System::Data::Common::CommandTrees::DbExpression ^ FromInt64(Nullable<long> value);
public static System.Data.Common.CommandTrees.DbExpression FromInt64 (long? value);
static member FromInt64 : Nullable<int64> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Function FromInt64 (value As Nullable(Of Long)) As DbExpression

Paramètres

value
Nullable<Int64>

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

Retours

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

S’applique à