INavigationExpansionExtensibilityHelper.ValidateQueryRootCreation 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
驗證是否可以建立新的 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
來源運算式。