DbExpressionBuilder.True 属性

定义

获取一个具有 true 布尔值的 DbConstantExpression

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

属性值

一个具有 true 布尔值的 DbConstantExpression

适用于