NavigationExpansionExtensibilityHelper.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 virtual 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
override this.CreateQueryRoot : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression -> Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression
Public Overridable Function CreateQueryRoot (entityType As IEntityType, source As EntityQueryRootExpression) As EntityQueryRootExpression
Parameter
- entityType
- IEntityType
Entitätstyp des neuen EntityQueryRootExpression.
- source
- EntityQueryRootExpression
Quellausdruck.
Gibt zurück
Implementiert
Gilt für:
CreateQueryRoot(IEntityType, QueryRootExpression)
Erstellt einen neuen QueryRootExpression.
public virtual 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
override this.CreateQueryRoot : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Query.QueryRootExpression -> Microsoft.EntityFrameworkCore.Query.QueryRootExpression
Public Overridable Function CreateQueryRoot (entityType As IEntityType, source As QueryRootExpression) As QueryRootExpression
Parameter
- entityType
- IEntityType
Entitätstyp des neuen QueryRootExpression.
- source
- QueryRootExpression
Quellausdruck.
Gibt zurück
Implementiert
Gilt für:
Entity Framework