Table of Contents

Class DropSchemaOperation

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

A MigrationOperation for dropping a schema.

public class DropSchemaOperation : MigrationOperation
Inheritance
DropSchemaOperation
Inherited Members

Constructors

DropSchemaOperation()

public DropSchemaOperation()

Properties

Name

The name of the schema.

public virtual string Name { get; set; }

Property Value

string