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
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