Sdílet prostřednictvím


DbExpressionBuilder.LessThan(DbExpression, DbExpression) Metoda

Definice

Vytvoří nový DbComparisonExpression , který určuje, zda je levý argument menší než pravý argument.

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

Výraz, který určuje levý argument.

right
DbExpression

Výraz, který určuje správný argument.

Návraty

Nový DbComparisonExpression představující porovnání menší než.

Výjimky

left nebo right má hodnotu null.

Mezi a rightneexistuje žádný společný typ výsledků srovnatelný s pořadímleft.

Platí pro