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>)
已淘汰.

忽略實體類型之後呼叫。

適用於