EntityMappingConfiguration<TEntityType>.MapInheritedProperties Method ()

 

Re-maps all properties inherited from base types. When configuring a derived type to be mapped to a separate table this will cause all properties to be included in the table rather than just the non-inherited properties. This is known as Table per Concrete Type (TPC) mapping.

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
Assembly:  EntityFramework (in EntityFramework.dll)

public EntityMappingConfiguration<TEntityType> MapInheritedProperties()

Return Value

Type: System.Data.Entity.ModelConfiguration.Configuration.EntityMappingConfiguration<TEntityType>

The same configuration instance so that multiple calls can be chained.