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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.