Class AlterSequenceOperation
- Namespace
- Microsoft.EntityFrameworkCore.Migrations.Operations
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
A MigrationOperation to alter an existing sequence.
public class AlterSequenceOperation : SequenceOperation, IAlterMigrationOperation
- Inheritance
-
AlterSequenceOperation
- Implements
- Inherited Members
Constructors
AlterSequenceOperation()
public AlterSequenceOperation()
Properties
Name
The name of the sequence.
public virtual string Name { get; set; }
Property Value
OldSequence
An operation representing the sequence as it was before being altered.
public virtual SequenceOperation OldSequence { get; set; }
Property Value
Schema
The schema that contains the sequence, or null if the default schema should be used.
public virtual string Schema { get; set; }