Freigeben über


INavigationExpansionExtensibilityHelper.CreateQueryRoot Methode

Definition

Überlädt

CreateQueryRoot(IEntityType, EntityQueryRootExpression)

Erstellt einen neuen EntityQueryRootExpression.

CreateQueryRoot(IEntityType, QueryRootExpression)

Erstellt einen neuen QueryRootExpression.

CreateQueryRoot(IEntityType, EntityQueryRootExpression)

Erstellt einen neuen EntityQueryRootExpression.

public Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression CreateQueryRoot (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression? source);
abstract member CreateQueryRoot : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression -> Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression
Public Function CreateQueryRoot (entityType As IEntityType, source As EntityQueryRootExpression) As EntityQueryRootExpression

Parameter

entityType
IEntityType

Entitätstyp des neuen EntityQueryRootExpression.

source
EntityQueryRootExpression

Quellausdruck.

Gibt zurück

Gilt für:

CreateQueryRoot(IEntityType, QueryRootExpression)

Erstellt einen neuen QueryRootExpression.

public Microsoft.EntityFrameworkCore.Query.QueryRootExpression CreateQueryRoot (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Query.QueryRootExpression? source);
abstract member CreateQueryRoot : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Query.QueryRootExpression -> Microsoft.EntityFrameworkCore.Query.QueryRootExpression
Public Function CreateQueryRoot (entityType As IEntityType, source As QueryRootExpression) As QueryRootExpression

Parameter

entityType
IEntityType

Entitätstyp des neuen QueryRootExpression.

source
QueryRootExpression

Quellausdruck.

Gibt zurück

Gilt für: