共用方式為


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 的 。

適用於