CountExpression Class

Definition

Represents a SQL COUNT expression.

public class CountExpression : System.Linq.Expressions.Expression
type CountExpression = class
    inherit Expression
Public Class CountExpression
Inherits 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