IEntityTypeIgnoredConvention 接口

定义

注意

Use ITypeIgnoredConvention instead

表示在忽略实体类型时应执行的操作。

public interface IEntityTypeIgnoredConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
[System.Obsolete("Use ITypeIgnoredConvention instead")]
public interface IEntityTypeIgnoredConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IEntityTypeIgnoredConvention = interface
    interface IConvention
[<System.Obsolete("Use ITypeIgnoredConvention instead")>]
type IEntityTypeIgnoredConvention = interface
    interface IConvention
Public Interface IEntityTypeIgnoredConvention
Implements IConvention
派生
属性
实现

注解

有关详细信息和示例,请参阅 模型生成约定

方法

ProcessEntityTypeIgnored(IConventionModelBuilder, String, Type, IConventionContext<String>)
已过时.

在忽略实体类型后调用。

适用于