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

Définition

Crée un DbExpression qui représente la valeur Int64 spécifiée (nullable).

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

Qui DbExpression représente la valeur Int64 spécifiée.

S’applique à