ModificationFunctionParameterBinding Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Entity Framework