Interface IConventionRelationalPropertyOverridesBuilder
- Namespace
- Microsoft.EntityFrameworkCore.Metadata.Builders
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
Provides a simple API for configuring a IConventionRelationalPropertyOverrides.
public interface IConventionRelationalPropertyOverridesBuilder : IConventionAnnotatableBuilder
Remarks
See Model building conventions for more information and examples.
Properties
Metadata
The overrides being configured.
IConventionRelationalPropertyOverrides Metadata { get; }