FactoryMethodBinding.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 MethodCallExpression using the given method.
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.
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