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

服务类型。

适用于