DbExpression.FromInt32(Nullable<Int32>) 方法

定义

创建一个 DbExpression,表示指定的 Int32 值(可以为 null)。

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

参数

value
Nullable<Int32>

返回的表达式所基于的 Int32 值。

返回

一个 DbExpression,表示指定的 Int32 值。

适用于