Table of Contents

Class MigrationDescription

Namespace
The.SQL.Schema
Assembly
Instagile.dll

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

StatementBatch[]

Description

public required string Description { get; set; }

Property Value

string

IsRerunnable

public bool IsRerunnable { get; set; }

Property Value

bool

SequenceNumber

public required int SequenceNumber { get; set; }

Property Value

int

Methods

ShouldSerializeIsRerunnable()

public bool ShouldSerializeIsRerunnable()

Returns

bool