DbExpressionBuilder.False 属性

定义

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

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

属性值

一个具有 false 布尔值的 DbConstantExpression

适用于