ServiceParameterBinding Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
ServiceParameterBinding(Type, Type, IPropertyBase) |
Verilen hizmet türü veya meta veri türü için yeni ServiceParameterBinding bir örnek oluşturur. |
ServiceParameterBinding(Type, Type, IPropertyBase[]) |
Verilen hizmet türü veya meta veri türü için yeni ServiceParameterBinding bir örnek oluşturur. |
ServiceParameterBinding(Type, Type, IPropertyBase)
Verilen hizmet türü veya meta veri türü için yeni ServiceParameterBinding bir örnek oluşturur.
protected ServiceParameterBinding (Type parameterType, Type serviceType, Microsoft.EntityFrameworkCore.Metadata.IPropertyBase serviceProperty = default);
new Microsoft.EntityFrameworkCore.Metadata.ServiceParameterBinding : Type * Type * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> Microsoft.EntityFrameworkCore.Metadata.ServiceParameterBinding
Protected Sub New (parameterType As Type, serviceType As Type, Optional serviceProperty As IPropertyBase = Nothing)
Parametreler
- parameterType
- Type
CLR parametresi türü.
- serviceType
- Type
Hizmet veya meta veri CLR türü.
- serviceProperty
- IPropertyBase
İlişkili IServiceProperty, veya null.
Şunlara uygulanır
ServiceParameterBinding(Type, Type, IPropertyBase[])
Verilen hizmet türü veya meta veri türü için yeni ServiceParameterBinding bir örnek oluşturur.
protected ServiceParameterBinding (Type parameterType, Type serviceType, params Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]? serviceProperties);
new Microsoft.EntityFrameworkCore.Metadata.ServiceParameterBinding : Type * Type * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] -> Microsoft.EntityFrameworkCore.Metadata.ServiceParameterBinding
Protected Sub New (parameterType As Type, serviceType As Type, ParamArray serviceProperties As IPropertyBase())
Parametreler
- parameterType
- Type
CLR parametresi türü.
- serviceType
- Type
Hizmet veya meta veri CLR türü.
- serviceProperties
- IPropertyBase[]
İlişkili IServiceProperty örnekler veya null.
Şunlara uygulanır
Entity Framework