ConstructorBinding 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.
Creates a new ConstructorBinding instance.
public ConstructorBinding (System.Reflection.ConstructorInfo constructor, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.ParameterBinding> parameterBindings);
new Microsoft.EntityFrameworkCore.Metadata.ConstructorBinding : System.Reflection.ConstructorInfo * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.ParameterBinding> -> Microsoft.EntityFrameworkCore.Metadata.ConstructorBinding
Public Sub New (constructor As ConstructorInfo, parameterBindings As IReadOnlyList(Of ParameterBinding))
Parameters
- constructor
- ConstructorInfo
The constructor to use.
- parameterBindings
- IReadOnlyList<ParameterBinding>
The parameters to bind.
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