Table of Contents

Class SchemaFile

Namespace
The.SQL.Schema
Assembly
Instagile.dll
public class SchemaFile : VersionedObject
Inheritance
SchemaFile
Inherited Members

Constructors

SchemaFile()

public SchemaFile()

Fields

FileExtension

public const string FileExtension = "theSchema"

Field Value

string

Properties

Migrations

public required MigrationDescription[] Migrations { get; set; }

Property Value

MigrationDescription[]

Setup

public required MigrationDescription Setup { get; set; }

Property Value

MigrationDescription

Methods

AfterLoad()

public override void AfterLoad()