Interface IMutableRelationalPropertyOverrides
- Namespace
- Microsoft.EntityFrameworkCore.Metadata
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
Represents property facet overrides for a particular table-like store object.
public interface IMutableRelationalPropertyOverrides : IReadOnlyRelationalPropertyOverrides, IReadOnlyAnnotatable, IMutableAnnotatable
- Inherited Members
Remarks
See Modeling entity types and relationships for more information and examples.
Properties
ColumnName
Gets or sets the column that the property maps to when targeting the specified table-like store object.
string? ColumnName { get; set; }
Property Value
Property
Gets the property that the overrides are for.
IMutableProperty Property { get; }
Property Value
- IMutableProperty
Methods
RemoveColumnNameOverride()
Removes the column name override.
void RemoveColumnNameOverride()