EntityTypeMapping.RemoveType Method (EntityType)

 

Removes an entity type from the mapping.

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

public void RemoveType(
	EntityType type
)

Parameters

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

The EntityType to be removed.