DbExpressionBuilder.True 属性

定义

DbConstantExpression获取布尔值为 true 的 。

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

属性值

布尔 DbConstantExpression 值为 true 的 。

适用于