NavigationExpansionExtensibilityHelper.CreateQueryRoot Método

Definição

Sobrecargas

CreateQueryRoot(IEntityType, EntityQueryRootExpression)

Cria um novo EntityQueryRootExpression.

CreateQueryRoot(IEntityType, QueryRootExpression)

Cria um novo QueryRootExpression.

CreateQueryRoot(IEntityType, 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

Parâmetros

entityType
IEntityType

Tipo de entidade do novo EntityQueryRootExpression.

source
EntityQueryRootExpression

Expressão de origem.

Retornos

Implementações

Aplica-se a

CreateQueryRoot(IEntityType, QueryRootExpression)

Cria um novo 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

Parâmetros

entityType
IEntityType

Tipo de entidade do novo QueryRootExpression.

source
QueryRootExpression

Expressão de origem.

Retornos

Implementações

Aplica-se a