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

適用対象