IIndexUniquenessChangedConvention 接口

定义

表示更改索引的唯一性时应执行的操作。

public interface IIndexUniquenessChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IIndexUniquenessChangedConvention = interface
    interface IConvention
Public Interface IIndexUniquenessChangedConvention
Implements IConvention
派生
实现

注解

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

方法

ProcessIndexUniquenessChanged(IConventionIndexBuilder, IConventionContext<IConventionIndexBuilder>)

更改索引的唯一性后调用。

ProcessIndexUniquenessChanged(IConventionIndexBuilder, IConventionContext<Nullable<Boolean>>)

更改索引的唯一性后调用。

适用于