Class MigrationDescription
Describes a database migration which can be executed or serialised.
public class MigrationDescription
- Inheritance
-
MigrationDescription
- Inherited Members
Properties
Batches
public StatementBatch[] Batches { get; set; }
Property Value
Description
public required string Description { get; set; }
Property Value
IsRerunnable
public bool IsRerunnable { get; set; }
Property Value
SequenceNumber
public required int SequenceNumber { get; set; }
Property Value
Methods
ShouldSerializeIsRerunnable()
public bool ShouldSerializeIsRerunnable()