共用方式為


ServiceParameterBindingFactory(Type) 建構函式

定義

為指定的服務類型建立新的 ServiceParameterBindingFactory 實例。

public ServiceParameterBindingFactory (Type serviceType);
new Microsoft.EntityFrameworkCore.Metadata.ServiceParameterBindingFactory : Type -> Microsoft.EntityFrameworkCore.Metadata.ServiceParameterBindingFactory
Public Sub New (serviceType As Type)

參數

serviceType
Type

服務類型。

適用於