ComplexPropertyMapping Class
Mapping metadata for Complex 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.ComplexPropertyMapping
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.PropertyMapping
System.Data.Entity.Core.Mapping.ComplexPropertyMapping
Name | Description | |
---|---|---|
![]() | ComplexPropertyMapping(EdmProperty) | Construct a new Complex Property mapping object |
Name | Description | |
---|---|---|
![]() | Property | Gets an EdmProperty that specifies the mapped property.(Inherited from PropertyMapping.) |
![]() | TypeMappings | Gets a read only collections of type mappings corresponding to the nested complex types. |
Name | Description | |
---|---|---|
![]() | AddTypeMapping(ComplexTypeMapping) | Adds a type mapping corresponding to a nested complex type. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RemoveTypeMapping(ComplexTypeMapping) | Removes a type mapping corresponding to a nested complex type. |
![]() | 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.