次の方法で共有


MigrationBuilder(String) コンストラクター

定義

ビルダーの新しいインスタンスを作成します。

public MigrationBuilder (string activeProvider);
public MigrationBuilder (string? activeProvider);
new Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder : string -> Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder
Public Sub New (activeProvider As String)

パラメーター

activeProvider
String

使用されているデータベース プロバイダーの名前。

適用対象