INavigationExpansionExtensibilityHelper.CreateQueryRoot Methode
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
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:
Entity Framework