ModificationFunctionParameterBinding Constructor
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.
Initializes a new ModificationFunctionParameterBinding instance.
public ModificationFunctionParameterBinding (System.Data.Entity.Core.Metadata.Edm.FunctionParameter parameter, System.Data.Entity.Core.Mapping.ModificationFunctionMemberPath memberPath, bool isCurrent);
new System.Data.Entity.Core.Mapping.ModificationFunctionParameterBinding : System.Data.Entity.Core.Metadata.Edm.FunctionParameter * System.Data.Entity.Core.Mapping.ModificationFunctionMemberPath * bool -> System.Data.Entity.Core.Mapping.ModificationFunctionParameterBinding
Public Sub New (parameter As FunctionParameter, memberPath As ModificationFunctionMemberPath, isCurrent As Boolean)
Parameters
- parameter
- FunctionParameter
The parameter taking the value.
- memberPath
- ModificationFunctionMemberPath
The path to the entity or association member defining the value.
- isCurrent
- Boolean
A flag indicating whether the current or original member value is being bound.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework