DbContextActivator.CreateInstance メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CreateInstance(Type, Assembly, IOperationReportHandler) |
標準のデザイン時メカニズムを使用して、指定した DbContext 型のインスタンスを作成します。 使用可能な場合は、任意 IDesignTimeDbContextFactory<TContext> の実装またはアプリケーションのサービス プロバイダーが使用されます。 |
CreateInstance(Type, Assembly, IOperationReportHandler, String[]) |
標準のデザイン時メカニズムを使用して、指定した DbContext 型のインスタンスを作成します。 使用可能な場合は、任意 IDesignTimeDbContextFactory<TContext> の実装またはアプリケーションのサービス プロバイダーが使用されます。 |
CreateInstance(Type, Assembly, IOperationReportHandler)
標準のデザイン時メカニズムを使用して、指定した DbContext 型のインスタンスを作成します。 使用可能な場合は、任意 IDesignTimeDbContextFactory<TContext> の実装またはアプリケーションのサービス プロバイダーが使用されます。
public static Microsoft.EntityFrameworkCore.DbContext CreateInstance (Type contextType, System.Reflection.Assembly startupAssembly = default, Microsoft.EntityFrameworkCore.Design.IOperationReportHandler reportHandler = default);
public static Microsoft.EntityFrameworkCore.DbContext CreateInstance (Type contextType, System.Reflection.Assembly? startupAssembly = default, Microsoft.EntityFrameworkCore.Design.IOperationReportHandler? reportHandler = default);
static member CreateInstance : Type * System.Reflection.Assembly * Microsoft.EntityFrameworkCore.Design.IOperationReportHandler -> Microsoft.EntityFrameworkCore.DbContext
Public Shared Function CreateInstance (contextType As Type, Optional startupAssembly As Assembly = Nothing, Optional reportHandler As IOperationReportHandler = Nothing) As DbContext
パラメーター
- startupAssembly
- Assembly
アプリケーションのスタートアップ アセンブリ。
- reportHandler
- IOperationReportHandler
デザイン時レポート ハンドラー。
戻り値
新しく作成されたオブジェクト。
適用対象
CreateInstance(Type, Assembly, IOperationReportHandler, String[])
標準のデザイン時メカニズムを使用して、指定した DbContext 型のインスタンスを作成します。 使用可能な場合は、任意 IDesignTimeDbContextFactory<TContext> の実装またはアプリケーションのサービス プロバイダーが使用されます。
public static Microsoft.EntityFrameworkCore.DbContext CreateInstance (Type contextType, System.Reflection.Assembly startupAssembly, Microsoft.EntityFrameworkCore.Design.IOperationReportHandler reportHandler, string[] args);
public static Microsoft.EntityFrameworkCore.DbContext CreateInstance (Type contextType, System.Reflection.Assembly? startupAssembly, Microsoft.EntityFrameworkCore.Design.IOperationReportHandler? reportHandler, string[]? args);
static member CreateInstance : Type * System.Reflection.Assembly * Microsoft.EntityFrameworkCore.Design.IOperationReportHandler * string[] -> Microsoft.EntityFrameworkCore.DbContext
Public Shared Function CreateInstance (contextType As Type, startupAssembly As Assembly, reportHandler As IOperationReportHandler, args As String()) As DbContext
パラメーター
- startupAssembly
- Assembly
アプリケーションのスタートアップ アセンブリ。
- reportHandler
- IOperationReportHandler
デザイン時レポート ハンドラー。
- args
- String[]
アプリケーションに渡される引数。
戻り値
新しく作成されたオブジェクト。
適用対象
Entity Framework