MinExpression Class

Definition

Represents a SQL MIN aggregate expression.

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

Constructors

MinExpression(Expression)

Creates a new instance of MinExpression.

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