DbExpression.FromBoolean Method (Nullable<Boolean>)
Creates a DbExpression that represents the specified (nullable) Boolean value.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- value
-
Type:
System.Nullable<Boolean>
The Boolean value on which the returned expression should be based.
Return Value
Type: System.Data.Entity.Core.Common.CommandTrees.DbExpressionA DbExpression that represents the specified Boolean value.