MaxExpression Class

Definition

Represents a SQL MAX aggregate expression.

public class MaxExpression : Microsoft.EntityFrameworkCore.Query.Expressions.AggregateExpression
type MaxExpression = class
    inherit AggregateExpression
Public Class MaxExpression
Inherits AggregateExpression
Inheritance

Constructors

MaxExpression(Expression)

Creates a new instance of MaxExpression.

Properties

Expression

The expression to aggregate.

(Inherited from AggregateExpression)
NodeType

Returns the node type of this Expression. (Inherited from Expression.)

(Inherited from AggregateExpression)
Type

Gets the static type of the expression that this Expression represents. (Inherited from Expression.)

(Inherited from AggregateExpression)

Methods

Accept(ExpressionVisitor)

Dispatches to the specific visit method for this node type.

VisitChildren(ExpressionVisitor)

Reduces the node and then calls the Visit(Expression) method passing the reduced expression. Throws an exception if the node isn't reducible.

(Inherited from AggregateExpression)

Applies to