DbExpression.FromInt64(Nullable<Int64>) Metodo

Definizione

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

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

Parametri

value
Nullable<Int64>

Valore Int64 su cui deve basarsi l'espressione restituita.

Restituisce

Oggetto DbExpression che rappresenta il valore Int64 specificato.

Si applica a