ModificationFunctionParameterBinding Class

 

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

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

System.Object
  System.Data.Entity.Core.Mapping.MappingItem
    System.Data.Entity.Core.Mapping.ModificationFunctionParameterBinding

public sealed class ModificationFunctionParameterBinding : MappingItem

NameDescription
System_CAPS_pubmethodModificationFunctionParameterBinding(FunctionParameter, ModificationFunctionMemberPath, Boolean)

Initializes a new instance of the ModificationFunctionParameterBinding class.

NameDescription
System_CAPS_pubpropertyIsCurrent

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

System_CAPS_pubpropertyMemberPath

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

System_CAPS_pubpropertyParameter

Gets the parameter taking the value.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Converts the value of this instance to its equivalent string representation using the specified format.(Overrides Object.ToString().)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.