DbExpressionBuilder.Element(DbExpression) Méthode

Définition

Crée un élément DbElementExpression qui convertit un jeu en singleton.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbElementExpression ^ Element(System::Data::Common::CommandTrees::DbExpression ^ argument);
public static System.Data.Common.CommandTrees.DbElementExpression Element(this System.Data.Common.CommandTrees.DbExpression argument);
static member Element : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbElementExpression
<Extension()>
Public Function Element (argument As DbExpression) As DbElementExpression

Paramètres

argument
DbExpression

Expression qui spécifie le jeu d’entrées.

Retours

DbElementExpression qui représente la conversion de l’argument set en singleton.

Exceptions

argument a la valeur null.

argument n’a pas de type de résultat de collection.

S’applique à