Share via


StructuralTypeMapping.RemovePropertyMapping(PropertyMapping) Method

Definition

Removes a property mapping.

public abstract void RemovePropertyMapping (System.Data.Entity.Core.Mapping.PropertyMapping propertyMapping);
abstract member RemovePropertyMapping : System.Data.Entity.Core.Mapping.PropertyMapping -> unit

Parameters

propertyMapping
PropertyMapping

The property mapping to be removed.

Applies to