EntityTypeModificationFunctionMapping Class
Describes the modification function mappings for an entity type within an entity set.
Assembly: EntityFramework (in EntityFramework.dll)
System.Object
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.EntityTypeModificationFunctionMapping
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.EntityTypeModificationFunctionMapping
Name | Description | |
---|---|---|
![]() | EntityTypeModificationFunctionMapping(EntityType, ModificationFunctionMapping, ModificationFunctionMapping, ModificationFunctionMapping) | Initializes a new instance of the EntityTypeModificationFunctionMapping class. |
Name | Description | |
---|---|---|
![]() | DeleteFunctionMapping | Gets the mapping for the deletion of a function. |
![]() | EntityType | Gets the EDM entity type. |
![]() | InsertFunctionMapping | Gets the mapping for the insertion of a function. |
![]() | UpdateFunctionMapping | Gets the mapping for the updating of a function. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | 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.