ServiceParameterBinding 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ServiceParameterBinding(Type, Type, IPropertyBase) |
為指定的服務類型或元資料類型建立新的 ServiceParameterBinding 實例。 |
ServiceParameterBinding(Type, Type, IPropertyBase[]) |
為指定的服務類型或元資料類型建立新的 ServiceParameterBinding 實例。 |
ServiceParameterBinding(Type, Type, IPropertyBase)
為指定的服務類型或元資料類型建立新的 ServiceParameterBinding 實例。
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)
參數
- parameterType
- Type
參數 CLR 類型。
- serviceType
- Type
服務或中繼資料 CLR 類型。
- serviceProperty
- IPropertyBase
相關聯的 IServiceProperty 、 或 null。
適用於
ServiceParameterBinding(Type, Type, IPropertyBase[])
為指定的服務類型或元資料類型建立新的 ServiceParameterBinding 實例。
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())
參數
- parameterType
- Type
參數 CLR 類型。
- serviceType
- Type
服務或中繼資料 CLR 類型。
- serviceProperties
- IPropertyBase[]
相關聯的 IServiceProperty 實例或 null。