AggregateExpression(Expression) Constructor

Definition

Specialised constructor for use only by derived class.

protected AggregateExpression (System.Linq.Expressions.Expression expression);
new Microsoft.EntityFrameworkCore.Query.Expressions.AggregateExpression : System.Linq.Expressions.Expression -> Microsoft.EntityFrameworkCore.Query.Expressions.AggregateExpression
Protected Sub New (expression As Expression)

Parameters

expression
Expression

The expression to aggregate.

Applies to