ScalarPropertyMapping Class

 

Mapping metadata for scalar properties.

Namespace:   System.Data.Entity.Core.Mapping
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

public class ScalarPropertyMapping : PropertyMapping

NameDescription
System_CAPS_pubmethodScalarPropertyMapping(EdmProperty, EdmProperty)

Creates a mapping between a simple property and a column.

NameDescription
System_CAPS_pubpropertyColumn

Gets an EdmProperty that specifies the mapped column.

System_CAPS_pubpropertyProperty

Gets an EdmProperty that specifies the mapped property.(Inherited from PropertyMapping.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.