ModificationFunctionParameterBinding Class
Represents the binding of a modification function parameter to a member of the entity or association being modified.
Assembly: EntityFramework (in EntityFramework.dll)
System.Object
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.ModificationFunctionParameterBinding
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.ModificationFunctionParameterBinding
Name | Description | |
---|---|---|
![]() | ModificationFunctionParameterBinding(FunctionParameter, ModificationFunctionMemberPath, Boolean) | Initializes a new instance of the ModificationFunctionParameterBinding class. |
Name | Description | |
---|---|---|
![]() | 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. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | 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.