IDesignTimeDbContextFactory<TContext> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public interface IDesignTimeDbContextFactory<out TContext> where TContext : DbContext
type IDesignTimeDbContextFactory<'Context (requires 'Context :> DbContext)> = interface
Public Interface IDesignTimeDbContextFactory(Of Out TContext)
類型參數
備註
如需詳細資訊 和範例,請參閱資料庫提供者和延伸模組的實作 。
方法
CreateDbContext(String[]) |
建立衍生內容的新實例。 |