Condividi tramite


NavigationExpansionExtensibilityHelper.CreateQueryRoot Metodo

Definizione

Overload

CreateQueryRoot(IEntityType, EntityQueryRootExpression)

Crea un nuovo oggetto EntityQueryRootExpression.

CreateQueryRoot(IEntityType, QueryRootExpression)

Crea un nuovo oggetto QueryRootExpression.

CreateQueryRoot(IEntityType, EntityQueryRootExpression)

Crea un nuovo oggetto 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

Parametri

entityType
IEntityType

Tipo di entità del nuovo EntityQueryRootExpressionoggetto .

source
EntityQueryRootExpression

Espressione di origine.

Restituisce

Implementazioni

Si applica a

CreateQueryRoot(IEntityType, QueryRootExpression)

Crea un nuovo oggetto 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

Parametri

entityType
IEntityType

Tipo di entità del nuovo QueryRootExpressionoggetto .

source
QueryRootExpression

Espressione di origine.

Restituisce

Implementazioni

Si applica a