다음을 통해 공유


ServiceParameterBindingFactory(Type) 생성자

정의

지정된 서비스 유형에 대한 새 ServiceParameterBindingFactory instance 만듭니다.

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

매개 변수

serviceType
Type

서비스 형식입니다.

적용 대상