MigrationBuilder(String) Constructor

Definition

Creates a new instance of the builder.

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

Parameters

activeProvider
String

The name of the database provider being used.

Applies to