INavigationExpansionExtensibilityHelper.ValidateQueryRootCreation 方法

定义

验证是否可以创建新 EntityQueryRootExpression 项。

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)

参数

entityType
IEntityType

EntityQueryRootExpression的实体类型。

source
EntityQueryRootExpression

源表达式。

适用于