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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework