Udostępnij przez


DbExpression.FromInt32(Nullable<Int32>) Metoda

Definicja

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

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

Parametry

value
Nullable<Int32>

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

Zwraca

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

Dotyczy