共用方式為


DbContextActivator 類別

定義

用來在設計階段具現化 DbContext 類型。

public static class DbContextActivator
type DbContextActivator = class
Public Class DbContextActivator
繼承
DbContextActivator

方法

CreateInstance(Type, Assembly, IOperationReportHandler, String[])

使用標準設計階段機制,建立指定 DbContext 型別的實例。 可用時,這會使用任何 IDesignTimeDbContextFactory<TContext> 實作或應用程式的服務提供者。

CreateInstance(Type, Assembly, IOperationReportHandler)

使用標準設計階段機制,建立指定 DbContext 型別的實例。 可用時,這會使用任何 IDesignTimeDbContextFactory<TContext> 實作或應用程式的服務提供者。

適用於