Share via


DbExpressionBuilder.False Property

Definition

Gets a DbConstantExpression with the Boolean value false.

public static System.Data.Entity.Core.Common.CommandTrees.DbConstantExpression False { get; }
member this.False : System.Data.Entity.Core.Common.CommandTrees.DbConstantExpression
Public ReadOnly Property False As DbConstantExpression

Property Value

A DbConstantExpression with the Boolean value false.

Applies to