MigrationAttribute(String) Constructor

Definition

Creates a new instance of this attribute.

public MigrationAttribute (string id);
new Microsoft.EntityFrameworkCore.Migrations.MigrationAttribute : string -> Microsoft.EntityFrameworkCore.Migrations.MigrationAttribute
Public Sub New (id As String)

Parameters

id
String

The migration identifier.

Applies to