CountExpression Class

Definition

Represents a SQL COUNT expression.

C#
public class CountExpression : System.Linq.Expressions.Expression
Inheritance
CountExpression

Constructors

CountExpression()

Creates a new instance of a CountExpression.

CountExpression(Type)

Creates a new instance of a CountExpression.

Properties

NodeType

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

Type

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

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.

Applies to

Proizvod Verzije
Entity Framework Core 1.0, 1.1