DbExpressionBuilder.LessThan(DbExpression, DbExpression) Méthode

Définition

Crée un objet DbComparisonExpression qui détermine si l'argument de 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 de gauche.

right
DbExpression

Expression qui spécifie l'argument de droite.

Retours

Nouvelle DbComparisonExpression représentant la comparaison "inférieur à".

Exceptions

left ou right est null.

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

S’applique à