DbExpressionBuilder.LessThan(DbExpression, DbExpression) Metoda

Definicja

Tworzy nowy DbComparisonExpression element, który określa, czy argument po lewej stronie jest mniejszy niż argument prawy.

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

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 mniejsze niż.

Wyjątki

left lub right ma wartość null.

Między i nie istnieje żaden typ wyniku porównywalnego z kolejnością left od do right.

Dotyczy