PropertyMapping 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
所有类型的属性映射的映射元数据。
public abstract class PropertyMapping : System.Data.Entity.Core.Mapping.MappingItem
type PropertyMapping = class
inherit MappingItem
Public MustInherit Class PropertyMapping
Inherits MappingItem
- 继承
- 派生
示例
例如,如果从概念上讲,可以将 CS MSL 文件表示为 --Mapping --EntityContainerMapping ( CNorthwind-->SNorthwind ) --EntitySetMapping --EntityTypeMapping --MappingFragment --EntityKey --ScalarPropertyMap --ScalarProPertyMap --EntityTypeMapping --MappingFragment --EntityKey --ScalarPropertyMap --ComplexPropertyMap --ScalarPropertyMap --ScalarPropertyMap --ScalarPropertyMap --AssociationSetMapping --AssociationTypeMapping --MappingFragment --EndPropertyMap --ScalarPropertyMap --ScalarProperyMap --EndPropertyMap --ScalarPropertyMap 此类表示上述示例中所有属性映射元素的元数据。 这包括标量属性映射、复杂属性映射和结束属性映射。
属性
Property |
获取指定映射属性的 EdmProperty。 |