Interface IConvention
- Namespace
- Microsoft.EntityFrameworkCore.Metadata.Conventions
- Assembly
- Microsoft.EntityFrameworkCore.dll
This is the base interface for all convention interfaces, it should not be implemented directly.
public interface IConvention
Remarks
See Model building conventions for more information and examples.