DbContextActivator 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來在設計階段具現化 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> 實作或應用程式的服務提供者。 |