PropertyMapping Class

Definition

Mapping metadata for all types of property mappings.

public abstract class PropertyMapping : System.Data.Entity.Core.Mapping.MappingItem
type PropertyMapping = class
    inherit MappingItem
Public MustInherit Class PropertyMapping
Inherits MappingItem
Inheritance
PropertyMapping
Derived

Examples

For Example if conceptually you could represent the CS MSL file as following --Mapping --EntityContainerMapping ( CNorthwind-->SNorthwind ) --EntitySetMapping --EntityTypeMapping --MappingFragment --EntityKey --ScalarPropertyMap --ScalarPropertyMap --EntityTypeMapping --MappingFragment --EntityKey --ScalarPropertyMap --ComplexPropertyMap --ScalarPropertyMap --ScalarProperyMap --ScalarPropertyMap --AssociationSetMapping --AssociationTypeMapping --MappingFragment --EndPropertyMap --ScalarPropertyMap --ScalarProperyMap --EndPropertyMap --ScalarPropertyMap This class represents the metadata for all property map elements in the above example. This includes the scalar property maps, complex property maps and end property maps.

Properties

Property

Gets an EdmProperty that specifies the mapped property.

Applies to