DbExpressionBuilder.LessThan(DbExpression, DbExpression) Méthode

Définition

Crée un nouvel DbComparisonExpression argument qui détermine si l’argument gauche est inférieur à l’argument de droite.

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

Paramètres

left
DbExpression

Expression qui spécifie l’argument gauche.

right
DbExpression

Expression qui spécifie l’argument approprié.

Retours

Nouvelle DbComparisonExpression représentant la comparaison inférieure à celle-ci.

Exceptions

left ou right a la valeur Null.

Aucun type de résultat commun comparable à l’ordre n’existe entre left et right.

S’applique à