EntityQueryRootExpression Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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)
- Quelle:
- EntityQueryRootExpression.cs
- Quelle:
- EntityQueryRootExpression.cs
- Quelle:
- EntityQueryRootExpression.cs
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)
- Quelle:
- EntityQueryRootExpression.cs
- Quelle:
- EntityQueryRootExpression.cs
- Quelle:
- EntityQueryRootExpression.cs
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:
Entity Framework