IForeignKeyUniquenessChangedConvention Interface

Definition

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

C#
public interface IForeignKeyUniquenessChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
Derived
Implements

Remarks

See Model building conventions for more information and examples.

Methods

Applies to