DbExpressionBuilder.False 属性

定义

DbConstantExpression获取布尔值 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

属性值

DbConstantExpression具有布尔值 false 的 。

适用于