EntityTypeModificationFunctionMapping Constructor (EntityType, ModificationFunctionMapping, ModificationFunctionMapping, ModificationFunctionMapping)
Initializes a new instance of the EntityTypeModificationFunctionMapping class.
Assembly: EntityFramework (in EntityFramework.dll)
public EntityTypeModificationFunctionMapping(
EntityType entityType,
ModificationFunctionMapping deleteFunctionMapping,
ModificationFunctionMapping insertFunctionMapping,
ModificationFunctionMapping updateFunctionMapping
)
Parameters
- entityType
-
Type:
System.Data.Entity.Core.Metadata.Edm.EntityType
The EDM entity type.
- deleteFunctionMapping
-
Type:
System.Data.Entity.Core.Mapping.ModificationFunctionMapping
The mapping for the deletion of a function.
- insertFunctionMapping
-
Type:
System.Data.Entity.Core.Mapping.ModificationFunctionMapping
The mapping for the insertion of a function.
- updateFunctionMapping
-
Type:
System.Data.Entity.Core.Mapping.ModificationFunctionMapping
The mapping for the updating of a function.