ModificationFunctionParameterBinding Constructor (FunctionParameter, ModificationFunctionMemberPath, Boolean)

 

Initializes a new instance of the ModificationFunctionParameterBinding class.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)

public ModificationFunctionParameterBinding(
	FunctionParameter parameter,
	ModificationFunctionMemberPath memberPath,
	bool isCurrent
)

Parameters

parameter
Type: System.Data.Entity.Core.Metadata.Edm.FunctionParameter

The parameter taking the value.

memberPath
Type: System.Data.Entity.Core.Mapping.ModificationFunctionMemberPath

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

isCurrent
Type: System.Boolean

true to bound the current or original member value; otherwise, false.