Udostępnij przez


DbExpression.FromInt64(Nullable<Int64>) Metoda

Definicja

Tworzy obiekt DbExpression , który reprezentuje określoną (dopuszczaną wartość null) Int64.

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

Parametry

value
Nullable<Int64>

Wartość Int64, na której powinno być oparte zwrócone wyrażenie.

Zwraca

Element DbExpression reprezentujący określoną wartość Int64.

Dotyczy