共用方式為


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

來源運算式。

適用於