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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework