Table of Contents

Class AddColumnOperation

Namespace
Microsoft.EntityFrameworkCore.Migrations.Operations
Assembly
Microsoft.EntityFrameworkCore.Relational.dll

A MigrationOperation to add a new column.

public class AddColumnOperation : ColumnOperation, ITableMigrationOperation
Inheritance
AddColumnOperation
Implements
Inherited Members

Remarks

See Database migrations for more information and examples.

Constructors

AddColumnOperation()

public AddColumnOperation()