Udostępnij za pośrednictwem


DbExpression.FromInt64(Nullable<Int64>) Metoda

Definicja

Tworzy element DbExpression reprezentujący określoną (dopuszczaną wartość null) Int64.

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

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