IDesignTimeDbContextFactory<TContext>.CreateDbContext(String[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立衍生內容的新實例。
public TContext CreateDbContext (string[] args);
abstract member CreateDbContext : string[] -> 'Context
Public Function CreateDbContext (args As String()) As TContext
參數
- args
- String[]
設計階段服務所提供的引數。
傳回
TContext
TContext
的執行個體。