Interface IMigrationRunnerBuilder
An interface for configuring migration runner services
Namespace: FluentMigrator.Runner
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface IMigrationRunnerBuilder
Properties
Services
Gets the IServiceCollection where the migration runner services are configured
Declaration
[NotNull]
IServiceCollection Services { get; }
Property Value
| Type | Description |
|---|---|
| IServiceCollection |