次の方法で共有


DbExpression.FromInt16(Nullable<Int16>) メソッド

定義

指定された (null 許容の) Int16 値を表す DbExpression を作成します。

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 値。

戻り値

指定された Int16 値を表す DbExpression

適用対象