EntityTypeModificationFunctionMapping Class

 

Describes the modification function mappings for an entity type within an entity 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.EntityTypeModificationFunctionMapping

public sealed class EntityTypeModificationFunctionMapping : MappingItem

NameDescription
System_CAPS_pubpropertyDeleteFunctionMapping

Gets the mapping for the deletion of a function.

System_CAPS_pubpropertyEntityType

Gets the EDM entity type.

System_CAPS_pubpropertyInsertFunctionMapping

Gets the mapping for the insertion of a function.

System_CAPS_pubpropertyUpdateFunctionMapping

Gets the mapping for the updating of a function.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string representation of the EntityTypeModificationFunctionMapping object.(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.