DbExpressionBuilder.GreaterThan(DbExpression, DbExpression) Methode

Definition

Erstellt eine neue DbComparisonExpression, die bestimmt, ob das linke Argument größer als das rechte Argument ist.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbComparisonExpression ^ GreaterThan(System::Data::Common::CommandTrees::DbExpression ^ left, System::Data::Common::CommandTrees::DbExpression ^ right);
public static System.Data.Common.CommandTrees.DbComparisonExpression GreaterThan (this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right);
static member GreaterThan : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbComparisonExpression
<Extension()>
Public Function GreaterThan (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 das Größer-als-Vergleich darstellt.

Ausnahmen

left oder right ist NULL.

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

Gilt für: