Freigeben über


EntityQueryRootExpression Konstruktoren

Definition

Überlädt

EntityQueryRootExpression(IEntityType)

Erstellt eine neue instance der EntityQueryRootExpression -Klasse ohne Abfrageanbieter.

EntityQueryRootExpression(IAsyncQueryProvider, IEntityType)

Erstellt eine neue instance der -Klasse mit dem EntityQueryRootExpression zugeordneten Abfrageanbieter.

EntityQueryRootExpression(IEntityType)

Erstellt eine neue instance der EntityQueryRootExpression -Klasse ohne Abfrageanbieter.

public EntityQueryRootExpression (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
new Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression
Public Sub New (entityType As IEntityType)

Parameter

entityType
IEntityType

Der Entitätstyp, den dieser Abfragestamm darstellt.

Gilt für:

EntityQueryRootExpression(IAsyncQueryProvider, IEntityType)

Erstellt eine neue instance der -Klasse mit dem EntityQueryRootExpression zugeordneten Abfrageanbieter.

public EntityQueryRootExpression (Microsoft.EntityFrameworkCore.Query.IAsyncQueryProvider asyncQueryProvider, Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
new Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression : Microsoft.EntityFrameworkCore.Query.IAsyncQueryProvider * Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression
Public Sub New (asyncQueryProvider As IAsyncQueryProvider, entityType As IEntityType)

Parameter

asyncQueryProvider
IAsyncQueryProvider

Der Abfrageanbieter, der diesem Abfragestamm zugeordnet ist.

entityType
IEntityType

Der Entitätstyp, den dieser Abfragestamm darstellt.

Gilt für: