Table of Contents

Class MigrationJobOptions

Namespace
The.Web.SQL
Assembly
Instagile.Web.Client.dll
public sealed class MigrationJobOptions
Inheritance
MigrationJobOptions
Inherited Members

Properties

EntryPoint

public Assembly? EntryPoint { get; set; }

Property Value

Assembly

Model

File or resource containing model from which to generate schema

public string? Model { get; set; }

Property Value

string

ModelFile

Preloaded model from which to generate schema (takes priority over Model)

public ModelFile? ModelFile { get; set; }

Property Value

ModelFile

Runner

public MigrationRunnerOptions Runner { get; }

Property Value

MigrationRunnerOptions

Schema

File or resource containing generated schema

public string? Schema { get; set; }

Property Value

string

SchemaFile

Preloaded generated schema (takes priority over Schema and Model)

public SchemaFile? SchemaFile { get; set; }

Property Value

SchemaFile