DbExpressionBuilder.False 属性

[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]

使用布尔值 false 创建一个 DbConstantExpression

命名空间:  System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder
程序集:  EntityFramework(在 EntityFramework.dll 中)

语法

声明
Public Shared ReadOnly Property False As DbConstantExpression 
    Get
用法
Dim value As DbConstantExpression 

value = DbExpressionBuilder.False
public static DbConstantExpression False { get; }
public:
static property DbConstantExpression^ False {
    DbConstantExpression^ get ();
}
static member False : DbConstantExpression
static function get False () : DbConstantExpression

属性值

类型:System.Data.Entity.Core.Common.CommandTrees.DbConstantExpression
带布尔值 false 的 DbConstantExpression

请参阅

参考

DbExpressionBuilder 类

System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder 命名空间