Dela via


IForeignKeyUniquenessChangedConvention Interface

Definition

Represents an operation that should be performed when the uniqueness for a foreign key is changed.

public interface IForeignKeyUniquenessChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IForeignKeyUniquenessChangedConvention = interface
    interface IConvention
Public Interface IForeignKeyUniquenessChangedConvention
Implements IConvention
Derived
Implements

Remarks

See Model building conventions for more information and examples.

Applies to