次の方法で共有


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

サービスの型。

適用対象