Aracılığıyla paylaş


ParameterBinding(Type, IPropertyBase[]) Oluşturucu

Tanım

Yeni bir ParameterBinding örneği oluşturur.

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

Parametreler

parameterType
Type

CLR parametresi türü.

consumedProperties
IPropertyBase[]

Bu bağlama tarafından işlenen özelliklerin başka bir şekilde ayarlanması gerekmez.

Şunlara uygulanır