DbExpression.FromInt32(Nullable<Int32>) メソッド

定義

指定した (null 許容) Int32 値を表す DbExpression を作成します。

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

パラメーター

value
Nullable<Int32>

返される式の基になる Int32 値。

返品

指定した Int32 値を表す DbExpression

適用対象