Class ProcessorOptions
Implements
Inherited Members
Namespace: FluentMigrator.Runner.Processors
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public class ProcessorOptions : IMigrationProcessorOptions
Properties
PreviewOnly
Declaration
public bool PreviewOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ProviderSwitches
Declaration
public string ProviderSwitches { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Timeout
Declaration
public int? Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |