DbExpressionBuilder.LessThan(DbExpression, DbExpression) Methode

Definition

Erstellt eine neue DbComparisonExpression, die bestimmt, ob das linke Argument kleiner als das rechte Argument ist.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbComparisonExpression ^ LessThan(System::Data::Common::CommandTrees::DbExpression ^ left, System::Data::Common::CommandTrees::DbExpression ^ right);
public static System.Data.Common.CommandTrees.DbComparisonExpression LessThan (this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right);
static member LessThan : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbComparisonExpression
<Extension()>
Public Function LessThan (left As DbExpression, right As DbExpression) As DbComparisonExpression

Parameter

left
DbExpression

Ein Ausdruck, der das linke Argument angibt.

right
DbExpression

Ein Ausdruck, der das rechte Argument angibt.

Gibt zurück

Ein neues DbComparisonExpression, das den Kleiner-als-Vergleich darstellt.

Ausnahmen

left oder right ist NULL.

Zwischen left und right ist kein allgemeiner, auf Reihenfolge vergleichbarer Ergebnistyp vorhanden.

Gilt für: