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

Parametre CLR türü.

consumedProperties
IPropertyBase[]

Bu bağlama tarafından işilen özellikler bu nedenle başka bir şekilde ayarlanmaz.

Şunlara uygulanır