次の方法で共有


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

ソース式。

適用対象