EntityTypeModificationFunctionMapping Class

Definition

Describes modification function mappings for an entity type within an entity set.

public sealed class EntityTypeModificationFunctionMapping : System.Data.Entity.Core.Mapping.MappingItem
type EntityTypeModificationFunctionMapping = class
    inherit MappingItem
Public NotInheritable Class EntityTypeModificationFunctionMapping
Inherits MappingItem
Inheritance
EntityTypeModificationFunctionMapping

Constructors

EntityTypeModificationFunctionMapping(EntityType, ModificationFunctionMapping, ModificationFunctionMapping, ModificationFunctionMapping)

Initializes a new EntityTypeModificationFunctionMapping instance.

Properties

DeleteFunctionMapping

Gets the delete function mapping.

EntityType

Gets the entity type.

InsertFunctionMapping

Gets the insert function mapping.

UpdateFunctionMapping

Gets hte update function mapping.

Methods

ToString()

Returns a string that represents the current object.

Applies to