DbExpressionBuilder.False 属性

定义

获取一个 DbConstantExpression 布尔值 false

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

属性值

具有布尔值的 DbConstantExpressionAfalse

适用于