INavigationExpansionExtensibilityHelper.ValidateQueryRootCreation Yöntem

Tanım

Yeni EntityQueryRootExpression bir oluşturulup oluşturulamayacağını doğrular.

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)

Parametreler

entityType
IEntityType

Yeni EntityQueryRootExpressionöğesinin varlık türü.

source
EntityQueryRootExpression

Kaynak ifade.

Şunlara uygulanır