Share via


ServiceParameterBindingFactory(Type) Constructor

Definition

Creates a new ServiceParameterBindingFactory instance for the given service type.

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

Parameters

serviceType
Type

The service type.

Applies to