EndPropertyMapping.RemovePropertyMapping(ScalarPropertyMapping) 方法

定义

删除子属性列映射。

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)

参数

propertyMapping
ScalarPropertyMapping

一个 ScalarPropertyMapping,指定要删除的属性列映射。

适用于