AssociationSetModificationFunctionMapping Class

 

Describes modification function mappings for an association set.

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

System.Object
  System.Data.Entity.Core.Mapping.MappingItem
    System.Data.Entity.Core.Mapping.AssociationSetModificationFunctionMapping

public sealed class AssociationSetModificationFunctionMapping : MappingItem

NameDescription
System_CAPS_pubpropertyAssociationSet

Gets the association set.

System_CAPS_pubpropertyDeleteFunctionMapping

Gets the delete function mapping.

System_CAPS_pubpropertyInsertFunctionMapping

Gets the insert function mapping.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Converts the value of this instance to its equivalent string representation.(Overrides Object.ToString().)

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