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

屬性值

A DbConstantExpression 的布林值 false為 。

適用於