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

適用対象