Interface IMigrationProcessorOptions
Options for the IMigrationProcessor
Namespace: FluentMigrator
Assembly: FluentMigrator.Abstractions.dll
Syntax
[Obsolete]
public interface IMigrationProcessorOptions
Properties
| Edit this page View SourcePreviewOnly
Gets a value indicating whether a preview-only mode is active
Declaration
bool PreviewOnly { get; }
Property Value
Type | Description |
---|---|
bool |
ProviderSwitches
Gets the provider switches
Declaration
string ProviderSwitches { get; }
Property Value
Type | Description |
---|---|
string |
Timeout
Gets the global timeout
Declaration
int? Timeout { get; }
Property Value
Type | Description |
---|---|
int? |