Compartir a través de


DbExpressionBuilder.Aggregate(EdmFunction, DbExpression) Método

Definición

Crea un nuevo DbFunctionAggregate.

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

Parámetros

function
EdmFunction

Función que define la operación de agregado.

argument
DbExpression

Argumento sobre el que se calculará la función de agregado.

Devoluciones

Nuevo agregado de función con una referencia a la función y al argumento especificados. La propiedad Distinct del agregado de función tendrá el valor false.

Excepciones

function o argument null.

function no es una función de agregado o tiene más de un argumento, o el tipo de resultado del argumento no es igual o promotable al tipo de parámetro de función.

Se aplica a