Share via


CountExpression Constructors

Definition

Overloads

CountExpression()

Creates a new instance of a CountExpression.

CountExpression(Type)

Creates a new instance of a CountExpression.

CountExpression()

Creates a new instance of a CountExpression.

public CountExpression ();
Public Sub New ()

Applies to

CountExpression(Type)

Creates a new instance of a CountExpression.

public CountExpression (Type type);
new Microsoft.EntityFrameworkCore.Query.Expressions.CountExpression : Type -> Microsoft.EntityFrameworkCore.Query.Expressions.CountExpression
Public Sub New (type As Type)

Parameters

type
Type

The type.

Applies to