DbExpressionBuilder.True 属性
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]
使用布尔值 true 创建一个 DbConstantExpression。
命名空间: System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder
程序集: EntityFramework(在 EntityFramework.dll 中)
语法
声明
Public Shared ReadOnly Property True As DbConstantExpression
Get
用法
Dim value As DbConstantExpression
value = DbExpressionBuilder.True
public static DbConstantExpression True { get; }
public:
static property DbConstantExpression^ True {
DbConstantExpression^ get ();
}
static member True : DbConstantExpression
static function get True () : DbConstantExpression
属性值
类型:System.Data.Entity.Core.Common.CommandTrees.DbConstantExpression
带布尔值 true 的DbConstantExpression
请参阅
参考
System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder 命名空间