Class MigrationJobOptions
public sealed class MigrationJobOptions
- Inheritance
-
MigrationJobOptions
- Inherited Members
Properties
EntryPoint
public Assembly? EntryPoint { get; set; }
Property Value
Model
File or resource containing model from which to generate schema
public string? Model { get; set; }
Property Value
ModelFile
Preloaded model from which to generate schema (takes priority over Model)
public ModelFile? ModelFile { get; set; }
Property Value
Runner
public MigrationRunnerOptions Runner { get; }
Property Value
Schema
File or resource containing generated schema
public string? Schema { get; set; }
Property Value
SchemaFile
public SchemaFile? SchemaFile { get; set; }