Share via


EntitySetMapping.RemoveTypeMapping(EntityTypeMapping) Method

Definition

Removes a type mapping.

public void RemoveTypeMapping (System.Data.Entity.Core.Mapping.EntityTypeMapping typeMapping);
member this.RemoveTypeMapping : System.Data.Entity.Core.Mapping.EntityTypeMapping -> unit
Public Sub RemoveTypeMapping (typeMapping As EntityTypeMapping)

Parameters

typeMapping
EntityTypeMapping

The type mapping to remove.

Applies to