DbExpression.FromBoolean(Nullable<Boolean>) メソッド

定義

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

public:
 static System::Data::Common::CommandTrees::DbExpression ^ FromBoolean(Nullable<bool> value);
public static System.Data.Common.CommandTrees.DbExpression FromBoolean (bool? value);
static member FromBoolean : Nullable<bool> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Function FromBoolean (value As Nullable(Of Boolean)) As DbExpression

パラメーター

value
Nullable<Boolean>

取得する式のブール値。

戻り値

指定されたブール値を表す DbExpression

適用対象