Freigeben über


InstantiationBinding(IReadOnlyList<ParameterBinding>) Konstruktor

Definition

Erstellt eine neue InstantiationBinding-Instanz.

protected InstantiationBinding (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.ParameterBinding> parameterBindings);
new Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.ParameterBinding> -> Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding
Protected Sub New (parameterBindings As IReadOnlyList(Of ParameterBinding))

Parameter

parameterBindings
IReadOnlyList<ParameterBinding>

Die zu verwendenden Parameterbindungen.

Gilt für: