Sdílet prostřednictvím


ConstructorBinding Konstruktor

Definice

Vytvoří novou instanci sloupce ConstructorBinding.

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

Parametry

constructor
ConstructorInfo

Konstruktor, který se má použít.

parameterBindings
IReadOnlyList<ParameterBinding>

Parametry pro vytvoření vazby.

Platí pro