PropertyMapping Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Entity Framework