Table of Contents

Interface IRelationalPropertyOverrides

Namespace
Microsoft.EntityFrameworkCore.Metadata
Assembly
Microsoft.EntityFrameworkCore.Relational.dll

Represents property facet overrides for a particular table-like store object.

public interface IRelationalPropertyOverrides : IReadOnlyRelationalPropertyOverrides, IReadOnlyAnnotatable, IAnnotatable
Inherited Members

Remarks

See Modeling entity types and relationships for more information and examples.

Properties

Property

Gets the property that the overrides are for.

IProperty Property { get; }

Property Value

IProperty