Share via


EndPropertyMapping.RemovePropertyMapping(ScalarPropertyMapping) Method

Definition

Removes a child property-column mapping.

public void RemovePropertyMapping (System.Data.Entity.Core.Mapping.ScalarPropertyMapping propertyMapping);
member this.RemovePropertyMapping : System.Data.Entity.Core.Mapping.ScalarPropertyMapping -> unit
Public Sub RemovePropertyMapping (propertyMapping As ScalarPropertyMapping)

Parameters

propertyMapping
ScalarPropertyMapping

A ScalarPropertyMapping that specifies the property-column mapping to be removed.

Applies to