DbExpression.FromInt16(Nullable<Int16>) 方法

定义

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

public:
 static System::Data::Common::CommandTrees::DbExpression ^ FromInt16(Nullable<short> value);
public static System.Data.Common.CommandTrees.DbExpression FromInt16 (short? value);
static member FromInt16 : Nullable<int16> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Function FromInt16 (value As Nullable(Of Short)) As DbExpression

参数

value
Nullable<Int16>

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

返回

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

适用于