ModificationFunctionMapping Class

Definition

Describes modification function binding for change processing of entities or associations.

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

Constructors

ModificationFunctionMapping(EntitySetBase, EntityTypeBase, EdmFunction, IEnumerable<ModificationFunctionParameterBinding>, FunctionParameter, IEnumerable<ModificationFunctionResultBinding>)

Initializes a new ModificationFunctionMapping instance.

Properties

Function

Gets Metadata of function to which we should bind.

ParameterBindings

Gets bindings for function parameters.

ResultBindings

Gets bindings for the results of function evaluation.

RowsAffectedParameter

Gets output parameter producing number of rows affected. May be null.

Methods

ToString()

Returns a string that represents the current object.

Applies to