Partager via


DbExpressionBuilder.Aggregate(EdmFunction, DbExpression) Méthode

Définition

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionAggregate ^ Aggregate(System::Data::Metadata::Edm::EdmFunction ^ function, System::Data::Common::CommandTrees::DbExpression ^ argument);
public static System.Data.Common.CommandTrees.DbFunctionAggregate Aggregate (this System.Data.Metadata.Edm.EdmFunction function, System.Data.Common.CommandTrees.DbExpression argument);
static member Aggregate : System.Data.Metadata.Edm.EdmFunction * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionAggregate
<Extension()>
Public Function Aggregate (function As EdmFunction, argument As DbExpression) As DbFunctionAggregate

Paramètres

function
EdmFunction

Fonction qui définit l'opération d'agrégation.

argument
DbExpression

Argument sur lequel la fonction d'agrégation doit être calculée.

Retours

Nouvelle fonction qui agrège une référence à la fonction et l'argument donnés. La propriété Distinct de l'agrégat de fonction aura la valeur false.

Exceptions

function ou argument null.

function n'est pas une fonction d'agrégation ou a plusieurs arguments, ou le type de résultat de argument n'est pas égal au ou apte à être promu en type de paramètre function.

S’applique à