Table of Contents

Class DropSequenceOperation

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

A MigrationOperation for dropping a sequence.

public class DropSequenceOperation : MigrationOperation
Inheritance
DropSequenceOperation
Inherited Members

Constructors

DropSequenceOperation()

public DropSequenceOperation()

Properties

Name

The name of the sequence.

public virtual string Name { get; set; }

Property Value

string

Schema

The schema that contains the sequence, or null if the default schema should be used.

public virtual string Schema { get; set; }

Property Value

string