ModificationFunctionParameterBinding Class

Definition

Binds a modification function parameter to a member of the entity or association being modified.

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

Constructors

ModificationFunctionParameterBinding(FunctionParameter, ModificationFunctionMemberPath, Boolean)

Initializes a new ModificationFunctionParameterBinding instance.

Properties

IsCurrent

Gets a flag indicating whether the current or original member value is being bound.

MemberPath

Gets the path to the entity or association member defining the value.

Parameter

Gets the parameter taking the value.

Methods

ToString()

Returns a string that represents the current object.

Applies to