ConstructorBinding.CreateConstructorExpression(ParameterBindingInfo) Method
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.
Creates a NewExpression that represents creating an entity instance using the given constructor.
public override System.Linq.Expressions.Expression CreateConstructorExpression(Microsoft.EntityFrameworkCore.Metadata.ParameterBindingInfo bindingInfo);
override this.CreateConstructorExpression : Microsoft.EntityFrameworkCore.Metadata.ParameterBindingInfo -> System.Linq.Expressions.Expression
Public Overrides Function CreateConstructorExpression (bindingInfo As ParameterBindingInfo) As Expression
Parameters
- bindingInfo
- ParameterBindingInfo
Information needed to create the expression.
Returns
The expression tree.