ScalarPropertyMapping Class
Mapping metadata for scalar properties.
Assembly: EntityFramework (in EntityFramework.dll)
System.Object
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.PropertyMapping
System.Data.Entity.Core.Mapping.ScalarPropertyMapping
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.PropertyMapping
System.Data.Entity.Core.Mapping.ScalarPropertyMapping
Name | Description | |
---|---|---|
![]() | ScalarPropertyMapping(EdmProperty, EdmProperty) | Creates a mapping between a simple property and a column. |
Name | Description | |
---|---|---|
![]() | Column | Gets an EdmProperty that specifies the mapped column. |
![]() | Property | Gets an EdmProperty that specifies the mapped property.(Inherited from PropertyMapping.) |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.