AssociationSetMapping Class

 

Represents the Mapping metadata for an AssociationSet 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.EntitySetBaseMapping
      System.Data.Entity.Core.Mapping.AssociationSetMapping

public class AssociationSetMapping : EntitySetBaseMapping

NameDescription
System_CAPS_pubmethodAssociationSetMapping(AssociationSet, EntitySet, EntityContainerMapping)

Initializes a new AssociationSetMapping instance.

NameDescription
System_CAPS_pubpropertyAssociationSet

Gets the association set that is mapped.

System_CAPS_pubpropertyAssociationTypeMapping

Gets the contained association type mapping.

System_CAPS_pubpropertyConditions

Gets the property mapping conditions.

System_CAPS_pubpropertyContainerMapping

Gets the parent container mapping.(Inherited from EntitySetBaseMapping.)

System_CAPS_pubpropertyModificationFunctionMapping

Gets or sets the corresponding function mapping. Can be null.

System_CAPS_pubpropertyQueryView

Gets or sets the query view associated with this mapping.(Inherited from EntitySetBaseMapping.)

System_CAPS_pubpropertySourceEndMapping

Gets or sets the source end property mapping.

System_CAPS_pubpropertyStoreEntitySet

Gets the store entity set that is mapped.

System_CAPS_pubpropertyTargetEndMapping

Gets or sets the target end property mapping.

NameDescription
System_CAPS_pubmethodAddCondition(ConditionPropertyMapping)

Adds a property mapping condition.

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_pubmethodRemoveCondition(ConditionPropertyMapping)

Removes a property mapping condition.

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.