EntityTypeMapping.RemoveIsOfType Method (EntityType)

 

Removes an entity type hierarchy from the mapping. The hierarchy is represented by the specified root entity type.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)

public void RemoveIsOfType(
	EntityType type
)

Parameters

type
Type: System.Data.Entity.Core.Metadata.Edm.EntityType

The root EntityType of the hierarchy to be removed.