Freigeben über


ParameterBinding(Type, IPropertyBase[]) Konstruktor

Definition

Erstellt eine neue ParameterBinding-Instanz.

protected ParameterBinding (Type parameterType, params Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] consumedProperties);
protected ParameterBinding (Type parameterType, params Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]? consumedProperties);
new Microsoft.EntityFrameworkCore.Metadata.ParameterBinding : Type * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] -> Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
Protected Sub New (parameterType As Type, ParamArray consumedProperties As IPropertyBase())

Parameter

parameterType
Type

Der CLR-Parametertyp.

consumedProperties
IPropertyBase[]

Die Eigenschaften, die von dieser Bindung verarbeitet werden, müssen daher nicht auf andere Weise festgelegt werden.

Gilt für: