Udostępnij za pośrednictwem


DbExpressionBuilder.GreaterThan(DbExpression, DbExpression) Metoda

Definicja

Tworzy nowy DbComparisonExpression element, który określa, czy argument po lewej stronie jest większy niż argument po prawej stronie.

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

Parametry

left
DbExpression

Wyrażenie określające argument po lewej stronie.

right
DbExpression

Wyrażenie określające właściwy argument.

Zwraca

Nowa wartość DbComparisonExpression reprezentująca porównanie większe niż.

Wyjątki

left lub right ma wartość null.

Między i rightnie ma typowego wyniku porównywalnego z kolejnością left .

Dotyczy