ComplexTypeMapping Class

 

Mapping metadata for Complex Types.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)


public class ComplexTypeMapping : StructuralTypeMapping

NameDescription
System_CAPS_pubmethodComplexTypeMapping(ComplexType)

Creates a ComplexTypeMapping instance.

NameDescription
System_CAPS_pubpropertyComplexType

Gets the ComplexType being mapped.

System_CAPS_pubpropertyConditions

Gets a read-only collection of property mapping conditions.(Overrides StructuralTypeMapping.Conditions.)

System_CAPS_pubpropertyPropertyMappings

Gets a read-only collection of property mappings.(Overrides StructuralTypeMapping.PropertyMappings.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.