Udostępnij za pośrednictwem


DbExpression.FromInt32(Nullable<Int32>) Metoda

Definicja

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

public:
 static System::Data::Common::CommandTrees::DbExpression ^ FromInt32(Nullable<int> value);
public static System.Data.Common.CommandTrees.DbExpression FromInt32 (int? value);
static member FromInt32 : Nullable<int> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Function FromInt32 (value As Nullable(Of Integer)) As DbExpression

Parametry

value
Nullable<Int32>

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

Zwraca

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

Dotyczy