DbExpressionBuilder.True 属性

定义

获取一个 DbConstantExpression 布尔值 true

public:
 static property System::Data::Common::CommandTrees::DbConstantExpression ^ True { System::Data::Common::CommandTrees::DbConstantExpression ^ get(); };
public static System.Data.Common.CommandTrees.DbConstantExpression True { get; }
static member True : System.Data.Common.CommandTrees.DbConstantExpression
Public ReadOnly Property True As DbConstantExpression

属性值

具有布尔值的 DbConstantExpressionAtrue

适用于