DbExpression.FromBoolean(Nullable<Boolean>) 메서드

정의

DbExpression 지정된(nullable) 부울 값을 나타내는 값을 만듭니다.

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>

반환된 식의 기반이 되는 부울 값입니다.

반품

지정된 부울 값을 나타내는 A DbExpression 입니다.

적용 대상