DbExpressionBuilder.False Eigenschaft

Definition

Ruft eine DbConstantExpression mit dem booleschen Wert false ab.

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

Eigenschaftswert

Eine DbConstantExpression mit dem booleschen Wert false.

Gilt für: