AssociationTypeMapping Class

 

Represents the Mapping metadata for an association type map in CS space.

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

System.Object
  System.Data.Entity.Core.Mapping.MappingItem
    System.Data.Entity.Core.Mapping.TypeMapping
      System.Data.Entity.Core.Mapping.AssociationTypeMapping

public class AssociationTypeMapping : TypeMapping

NameDescription
System_CAPS_pubmethodAssociationTypeMapping(AssociationSetMapping)

Creates an AssociationTypeMapping instance.

NameDescription
System_CAPS_pubpropertyAssociationSetMapping

Gets the AssociationSetMapping that contains this AssociationTypeMapping.

System_CAPS_pubpropertyAssociationType

Gets the association type being mapped.

System_CAPS_pubpropertyMappingFragment

Gets the single mapping fragment.

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.