Compartilhar via


INavigationExpansionExtensibilityHelper.ValidateQueryRootCreation Método

Definição

Valida se um novo EntityQueryRootExpression pode ser criado.

public void ValidateQueryRootCreation (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression? source);
abstract member ValidateQueryRootCreation : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression -> unit
Public Sub ValidateQueryRootCreation (entityType As IEntityType, source As EntityQueryRootExpression)

Parâmetros

entityType
IEntityType

Tipo de entidade do novo EntityQueryRootExpression.

source
EntityQueryRootExpression

Expressão de origem.

Aplica-se a